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

Branch: refs/heads/master
Commit: c5e5f7300a538d545c83f78a6accdbebd5c3dd99
Parents: 3652d43
Author: Rohit Yadav <[email protected]>
Authored: Mon Oct 8 17:31:42 2012 +0530
Committer: Rohit Yadav <[email protected]>
Committed: Mon Oct 8 23:06:34 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/c5e5f730/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