From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/sebastien/distribution/base/pom.xml | 119 ++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 sandbox/sebastien/distribution/base/pom.xml (limited to 'sandbox/sebastien/distribution/base/pom.xml') diff --git a/sandbox/sebastien/distribution/base/pom.xml b/sandbox/sebastien/distribution/base/pom.xml new file mode 100644 index 0000000000..dcae9cf33b --- /dev/null +++ b/sandbox/sebastien/distribution/base/pom.xml @@ -0,0 +1,119 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-incubating-SNAPSHOT + ../../sca/pom.xml + + + tuscany-distribution-base + Apache Tuscany SCA Distribution + pom + + + true + ${pom.version} + + + + modules + + + + + ${pom.groupId} + tuscany-distribution-modules + ${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 + + + + + + + + + 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} + + + + + + + + + -- cgit v1.2.3