You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/09/10 22:06:16 UTC

git commit: Changed the location from which to pull the mar files during deploy-server

Updated Branches:
  refs/heads/master fae3ce3eb -> bdfb36d50


Changed the location from which to pull the mar files during deploy-server


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

Branch: refs/heads/master
Commit: bdfb36d5009505890454cf9eaa0dfbd6c4774b29
Parents: fae3ce3
Author: Chip Childers <ch...@gmail.com>
Authored: Mon Sep 10 16:05:50 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Mon Sep 10 16:05:50 2012 -0400

----------------------------------------------------------------------
 build/build-aws-api.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bdfb36d5/build/build-aws-api.xml
----------------------------------------------------------------------
diff --git a/build/build-aws-api.xml b/build/build-aws-api.xml
index 72676af..bd3de1d 100644
--- a/build/build-aws-api.xml
+++ b/build/build-aws-api.xml
@@ -260,7 +260,7 @@
 		</copy>
 		<!-- copying over rampart mar files for WS-Security -->
 		<copy todir="${server.deploy.to.dir}/webapps7080/awsapi/WEB-INF/modules">
-			<fileset dir="${base.dir}/awsapi/modules">
+			<fileset dir="${base.dir}/deps/awsapi-lib/modules">
 				<include name="*.mar" />
 			</fileset>
 		</copy>