From c4955e82e82df16d0570345555a71884ea4d34f9 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Tue, 4 Sep 2012 21:34:52 -0700 Subject: [PATCH] fix rpmbuild --- awsapi/pom.xml | 55 -------------- cloud.spec | 194 ++++++++++++------------------------------------- wscript | 28 +------ wscript_build | 60 ++++++--------- 4 files changed, 70 insertions(+), 267 deletions(-) diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 2909376c249..cf9103359a7 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 - - - - - -