From 6a3ca6736c808c1647854e405ef379b609f276db Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:07:45 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835126 13f79535-47bb-0310-9956-ffa450edef68 --- .../branches/sca-java-1.2.1/distribution/pom.xml | 409 +++++++++++++++++++++ 1 file changed, 409 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.2.1/distribution/pom.xml (limited to 'sca-java-1.x/branches/sca-java-1.2.1/distribution/pom.xml') diff --git a/sca-java-1.x/branches/sca-java-1.2.1/distribution/pom.xml b/sca-java-1.x/branches/sca-java-1.2.1/distribution/pom.xml new file mode 100644 index 0000000000..2cedcdf7b9 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.2.1/distribution/pom.xml @@ -0,0 +1,409 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.2.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.2.1-incubating-SNAPSHOT + + + + + + ${pom.groupId} + tuscany-host-tomcat + 1.2.1-incubating-SNAPSHOT + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.0-incubating + + + + org.codehaus.woodstox + wstx-asl + + + + stax + stax-api + + + + org.apache.felix + org.apache.felix.main + + + + + org.apache.activemq + apache-activemq + 4.1.1 + + + + commons-httpclient + commons-httpclient + + + commons-fileupload + commons-fileupload + + + commons-beanutils + commons-beanutils + + + org.apache.activemq + activemq-console + + + org.apache.activemq + activemq-core + + + org.apache.activemq + activemq-optional + + + org.apache.activemq + activemq-web + + + org.apache.activemq + activemq-web-demo + + + org.apache.activemq + activemq-jaas + + + org.apache.geronimo.specs + geronimo-j2ee-connector_1.5_spec + + + org.apache.geronimo.specs + geronimo-j2ee-jacc_1.0_spec + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + org.apache.geronimo.specs + geronimo-jsp_2.0_spec + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.0_spec + + + org.mortbay.jetty + servlet-api-2.5 + + + org.mortbay.jetty + jetty + + + org.mortbay.jetty + jetty-util + + + xerces + xercesImpl + + + backport-util-concurrent + backport-util-concurrent + + + activesoap + jaxp-api + + + activemq + jmdns + + + jrms + jrms + + + xerces + xmlParserAPIs + + + xstream + xstream + + + xmlpull + xmlpull + + + mx4j + mx4j + + + mx4j + mx4j-remote + + + + + + + + + + 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