You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2014/03/13 22:14:29 UTC

git commit: updated refs/heads/rbac to fa80c63

Repository: cloudstack
Updated Branches:
  refs/heads/rbac 1f6263dea -> fa80c63c3


Removing the copy task that is not needed any more.

We do not need to copy commands.properties to utils anymore since the IAM permissions are no longer loaded during Upgrade


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa80c63c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fa80c63c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fa80c63c

Branch: refs/heads/rbac
Commit: fa80c63c339aceba11064ca649d44516b9a421af
Parents: 1f6263d
Author: Prachi Damle <pr...@cloud.com>
Authored: Thu Mar 13 14:14:12 2014 -0700
Committer: Prachi Damle <pr...@cloud.com>
Committed: Thu Mar 13 14:14:12 2014 -0700

----------------------------------------------------------------------
 client/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fa80c63c/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index eadd6e9..74c459e 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -510,12 +510,6 @@
                     <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>