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/e63a3b6f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e63a3b6f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e63a3b6f Branch: refs/heads/master Commit: e63a3b6fa2f6e993552565046d350cac13189bb4 Parents: 5a0f600 Author: Alex Huang <[email protected]> Authored: Mon Oct 8 02:56:32 2012 -0700 Committer: Rohit Yadav <[email protected]> Committed: Mon Oct 8 23:05:21 2012 +0530 ---------------------------------------------------------------------- cloud.spec | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e63a3b6f/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
