You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/12 02:38:58 UTC

[47/50] [abbrv] git commit: Changed the location from which to pull the mar files during deploy-server

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/f85f40e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f85f40e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f85f40e7

Branch: refs/heads/javelin
Commit: f85f40e7b3750034418361a53fe2a2ecbe885e4e
Parents: 0503d9a
Author: Chip Childers <ch...@gmail.com>
Authored: Mon Sep 10 16:05:50 2012 -0400
Committer: Alex Huang <al...@citrix.com>
Committed: Tue Sep 11 17:37:54 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f85f40e7/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>