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/4.0 Commit: bdfb36d5009505890454cf9eaa0dfbd6c4774b29 Parents: fae3ce3 Author: Chip Childers <[email protected]> Authored: Mon Sep 10 16:05:50 2012 -0400 Committer: Chip Childers <[email protected]> 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>
