You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/02/25 23:18:48 UTC

[3/4] git commit: refs/heads/vim51_win8 - move copy scripts after classes folder is created

move copy scripts after classes folder is created


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

Branch: refs/heads/vim51_win8
Commit: cc25e58dc2b9e5ed334699b3bc11d5baa05dab44
Parents: d4bada3
Author: Edison Su <su...@gmail.com>
Authored: Mon Feb 25 14:06:12 2013 -0800
Committer: Edison Su <su...@gmail.com>
Committed: Mon Feb 25 14:06:30 2013 -0800

----------------------------------------------------------------------
 client/pom.xml |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cc25e58d/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index d532a42..760923b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -268,11 +268,6 @@
             </goals>
             <configuration>
               <target>
-                <exec executable="cp">
-                    <arg value="-r" />
-                    <arg value="${basedir}/../scripts" />
-                    <arg value="${basedir}/target/generated-webapp/WEB-INF/classes/scripts" />
-                </exec>
 
                 <copy
                   todir="${basedir}/target/generated-webapp/WEB-INF/">
@@ -286,6 +281,13 @@
                     <include name="resources/**/*" />
                   </fileset>
                 </copy>
+
+                <exec executable="cp">
+                    <arg value="-r" />
+                    <arg value="${basedir}/../scripts" />
+                    <arg value="${basedir}/target/generated-webapp/WEB-INF/classes/" />
+                </exec>
+
                 <copy todir="${basedir}/target/generated-webapp/WEB-INF/classes/vms">
                   <fileset dir="${basedir}/../services/console-proxy/server/dist">
                     <include name="systemvm.zip" />