cloudstack/client
Rohit Yadav 0df94a8be1 Remove old syntax for commands.properties, apiname=rolemask is enough
While the syntax is being fixed, the static role based acl plugin is backward
compatible while processing the commands.properties files in either syntax...

As per new syntax, you do:

apiname=rolemask

apiname and cmd class info is couple in the cmd class itself which apiserver
creates a mapping of when it starts.

Fix old syntax for role based acl:
for i in `find . | grep commands.properties.in`;
do
  echo $i;
  sed 's/[ ]*=[a-zA-Z 0-9\.]*;/=/g' $i > $i-temp;
  rm $i;
  mv $i-temp $i;
done

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-06 13:56:56 -08:00
..
WEB-INF CLOUDSTACK-646: Cleaning up Citrix/eula/CloudPlatform references 2012-12-16 20:39:03 -08:00
bindir License header update for the client folder 2012-08-01 13:49:10 -04:00
distro debian: Update locations where to search for Java under Ubuntu and Debian 2012-09-11 15:22:17 +02:00
tomcatconf Remove old syntax for commands.properties, apiname=rolemask is enough 2013-01-06 13:56:56 -08:00
cloudstack-ui.launch client: Re-add missing license header in client/cloudstack-ui.launch 2012-12-23 02:47:27 -08:00
pom.xml Get latest changes, Merge branch 'master' into api_refactoring 2013-01-04 17:22:57 -08:00