Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0861FDE35 for ; Mon, 8 Oct 2012 17:39:15 +0000 (UTC) Received: (qmail 83747 invoked by uid 500); 8 Oct 2012 17:39:14 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 83696 invoked by uid 500); 8 Oct 2012 17:39:14 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 83566 invoked by uid 99); 8 Oct 2012 17:39:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2012 17:39:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 98B853C4C4; Mon, 8 Oct 2012 17:39:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [8/8] git commit: More changes Message-Id: <20121008173913.98B853C4C4@tyr.zones.apache.org> Date: Mon, 8 Oct 2012 17:39:13 +0000 (UTC) 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 Authored: Mon Oct 8 02:56:32 2012 -0700 Committer: Rohit Yadav 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