Updated Branches: refs/heads/rbac 3333a04c4 -> 7b4998fcd
Copy the commands.properties file to utils/conf at build time, so that DB upgrade script can refer to it to load the api permissions Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7b4998fc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7b4998fc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7b4998fc Branch: refs/heads/rbac Commit: 7b4998fcd805753e0f17b51a06d45ca3ee308b8b Parents: 3333a04 Author: Prachi Damle <[email protected]> Authored: Thu Sep 19 16:42:04 2013 -0700 Committer: Prachi Damle <[email protected]> Committed: Thu Sep 19 16:42:04 2013 -0700 ---------------------------------------------------------------------- client/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7b4998fc/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 119c96e..f441601 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -468,6 +468,12 @@ <exclude name="*.in" /> </fileset> </copy> + <copy overwrite="true" todir="${basedir}/../utils/conf/"> + <fileset dir="${basedir}/tomcatconf"> + <include name="commands.properties.in" /> + </fileset> + <globmapper from="*.in" to="*" /> + </copy> </target> </configuration> </execution>
