From 6fadbc9cd1fcf03d0b3630f772d91df149b70428 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:07:19 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835123 13f79535-47bb-0310-9956-ffa450edef68 --- .../branches/sca-java-1.0.1/distribution/pom.xml | 280 +++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.0.1/distribution/pom.xml (limited to 'sca-java-1.x/branches/sca-java-1.0.1/distribution/pom.xml') diff --git a/sca-java-1.x/branches/sca-java-1.0.1/distribution/pom.xml b/sca-java-1.x/branches/sca-java-1.0.1/distribution/pom.xml new file mode 100644 index 0000000000..648d99a765 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.0.1/distribution/pom.xml @@ -0,0 +1,280 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.0.1-incubating-SNAPSHOT + ../pom.xml + + + tuscany-distribution + Apache Tuscany SCA Distribution + pom + + + true + ${pom.version} + + + + bundle + manifest + webapp + + + + + ${pom.groupId} + tuscany-bundle + ${pom.version} + + + + + avalon-framework + avalon-framework + + + junit + junit + + + avalon-framework + avalon-framework + + + org.apache.ant + ant + + + org.apache.ant + ant-launcher + + + jline + jline + + + + stax + stax-api + + + + + org.apache.tuscany.sca + tuscany-host-webapp + 1.0.1-incubating-SNAPSHOT + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.0-incubating + + + + org.codehaus.woodstox + wstx-asl + + + + stax + stax-api + + + + + + + + + + src/main/java + + **/* + + + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-${pom.version} + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + ant + ant-trax + 1.6.5 + + + + + + save-distribution + install + + + + + + + + run + + + + + + + + + -- cgit v1.2.3