From 8ec7cf2b423f751e62db887ffb76cc8be0843719 Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Mon, 8 Oct 2012 02:56:32 -0700 Subject: [PATCH] More changes --- cloud.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cloud.spec b/cloud.spec index 405db861a5d..f52387f9e24 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