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/27 00:08:46 UTC

git commit: refs/heads/master - CLOUDSTACK-1387: fix incorrect commit d37ed18c3aff4fe522adb803322ba912819c73da.

Updated Branches:
  refs/heads/master 89dee2750 -> cf06861c9


CLOUDSTACK-1387: fix incorrect commit
d37ed18c3aff4fe522adb803322ba912819c73da.

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

Branch: refs/heads/master
Commit: cf06861c9bf883f2ca1ec818fe7bd4ad26b84318
Parents: 89dee27
Author: Min Chen <mi...@citrix.com>
Authored: Tue Feb 26 15:08:30 2013 -0800
Committer: Min Chen <mi...@citrix.com>
Committed: Tue Feb 26 15:08:30 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cf06861c/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 255b6ad..b485be5 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -275,7 +275,7 @@
                 <exec executable="cp">
                     <arg value="-r" />
                     <arg value="${basedir}/../scripts" />
-                    <arg value="${basedir}/target/generated-webapp/WEB-INF/classes/scripts" />
+                    <arg value="${basedir}/target/generated-webapp/WEB-INF/classes/" />
                 </exec>
                 <copy
                   todir="${basedir}/target/generated-webapp/WEB-INF/">