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 BC521DFC6 for ; Wed, 5 Sep 2012 04:35:19 +0000 (UTC) Received: (qmail 63217 invoked by uid 500); 5 Sep 2012 04:35:19 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 63029 invoked by uid 500); 5 Sep 2012 04:35:16 -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 63017 invoked by uid 99); 5 Sep 2012 04:35:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 04:35:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3BD8F1B2B9; Wed, 5 Sep 2012 04:35:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: fix rpmbuild Message-Id: <20120905043516.3BD8F1B2B9@tyr.zones.apache.org> Date: Wed, 5 Sep 2012 04:35:16 +0000 (UTC) Updated Branches: refs/heads/master 51cc301fe -> c4955e82e fix rpmbuild Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c4955e82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c4955e82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c4955e82 Branch: refs/heads/master Commit: c4955e82e82df16d0570345555a71884ea4d34f9 Parents: 51cc301 Author: Edison Su Authored: Tue Sep 4 21:34:52 2012 -0700 Committer: Edison Su Committed: Tue Sep 4 21:34:52 2012 -0700 ---------------------------------------------------------------------- awsapi/pom.xml | 55 -------------- cloud.spec | 194 ++++++++++++--------------------------------------- wscript | 28 +------- wscript_build | 60 ++++++---------- 4 files changed, 70 insertions(+), 267 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c4955e82/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 2909376..cf91033 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -22,7 +22,6 @@ cloud-awsapi 4.0.0-SNAPSHOT Apache CloudStack AWS API Bridge - war org.apache.cloudstack cloudstack @@ -107,60 +106,6 @@ - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-my-lib - process-resources - - unpack - - - - - org.apache.axis2 - axis2-webapp - ${cs.axis2.version} - war - false - - - ${project.build.directory}/${project.artifactId}-${project.version} - false - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.2 - - web/web.xml - **/client/*.class - - - conf - - - resource/Axis2 - WEB-INF/conf - - - resource/AmazonEC2 - WEB-INF/classes - - crypto.properties - xes.keystore - - - - - -