Updated Branches: refs/heads/4.1 6c37fccc0 -> 25efe0501
CLOUDSTACK-1387: fix incorrect commit d37ed18c3aff4fe522adb803322ba912819c73da.(cherry picked from commit cf06861c9bf883f2ca1ec818fe7bd4ad26b84318) Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/25efe050 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/25efe050 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/25efe050 Branch: refs/heads/4.1 Commit: 25efe0501894dc2a997139d3b503a093dd362179 Parents: 6c37fcc Author: Min Chen <[email protected]> Authored: Tue Feb 26 15:08:30 2013 -0800 Committer: Rohit Yadav <[email protected]> Committed: Wed Feb 27 11:15:35 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/25efe050/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 385d5a0..24ff48a 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -270,7 +270,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/">
