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/10/08 11:56:52 UTC

git commit: More changes

Updated Branches:
  refs/heads/4.0 ef43dc7fe -> 8ec7cf2b4


More changes


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

Branch: refs/heads/4.0
Commit: 8ec7cf2b423f751e62db887ffb76cc8be0843719
Parents: ef43dc7
Author: Alex Huang <al...@citrix.com>
Authored: Mon Oct 8 02:56:32 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Mon Oct 8 02:56:32 2012 -0700

----------------------------------------------------------------------
 cloud.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8ec7cf2b/cloud.spec
----------------------------------------------------------------------
diff --git a/cloud.spec b/cloud.spec
index 405db86..f52387f 100644
--- a/cloud.spec
+++ b/cloud.spec
@@ -401,14 +401,14 @@ fi
 
     mkdir -p $target/webapps7080
     if [ ! -e $target/webapps7080/awsapi ]; then
-        ln -s $root/webapps/awsapi $target/webapps7080/awsapi
+        ln -s $root/webapps7080/awsapi $target/webapps7080/awsapi
     fi
 
-    jars=`ls $root/lib`
-    for j in $jars
-    do
-        cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/
-    done
+#    jars=`ls $root/lib`
+#    for j in $jars
+#    do
+#        cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/
+#    done
 
     confs="cloud-bridge.properties ec2-service.properties"
     for c in $confs