Updated Branches:
  refs/heads/4.0 21bea9c8e -> a286f6872

CLOUDSTACK-257: Copy jars to awsapi/WEB-INF/lib

Uncomment rule in build/build-aws-api.xml to copy libs to:
/usr/share/cloud/bridge/webapps/awsapi/WEB-INF/lib


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

Branch: refs/heads/4.0
Commit: a286f68723b9503fe719ad3063f66379750cb48f
Parents: 21bea9c
Author: Rohit Yadav <[email protected]>
Authored: Mon Oct 8 17:31:42 2012 +0530
Committer: Rohit Yadav <[email protected]>
Committed: Mon Oct 8 17:31:42 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a286f687/build/build-aws-api.xml
----------------------------------------------------------------------
diff --git a/build/build-aws-api.xml b/build/build-aws-api.xml
index d260deb..ba0ae14 100644
--- a/build/build-aws-api.xml
+++ b/build/build-aws-api.xml
@@ -369,9 +369,9 @@
                        </fileset>
                </copy>
                <copy todir="${rpm.tomcat.dir}/webapps7080/awsapi/WEB-INF/lib">
-<!--          <fileset dir="${base.dir}/deps/awsapi-lib/rampart-lib">
+            <fileset dir="${base.dir}/deps/awsapi-lib/rampart-lib">
                                <include name="*.jar" />
-                       </fileset> -->
+                       </fileset>
                        <fileset dir="${jar.dir}">
                                <include name="cloud-awsapi.jar" />
                                <include name="jasypt-1.9.0.jar" />

Reply via email to