From 71fd423003d26bd5ca56966cadb1314b790c19f6 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 19 Mar 2009 10:32:50 +0000 Subject: [maven-release-plugin] copy for tag 2.0-M2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755900 13f79535-47bb-0310-9956-ffa450edef68 --- .../tags/2.0-M2/samples/helloworld-bpel/pom.xml | 198 +++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 sandbox/ant/sca/tags/2.0-M2/samples/helloworld-bpel/pom.xml (limited to 'sandbox/ant/sca/tags/2.0-M2/samples/helloworld-bpel/pom.xml') diff --git a/sandbox/ant/sca/tags/2.0-M2/samples/helloworld-bpel/pom.xml b/sandbox/ant/sca/tags/2.0-M2/samples/helloworld-bpel/pom.xml new file mode 100644 index 0000000000..66043e32a6 --- /dev/null +++ b/sandbox/ant/sca/tags/2.0-M2/samples/helloworld-bpel/pom.xml @@ -0,0 +1,198 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-M2 + ../../pom.xml + + sample-helloworld-bpel + Apache Tuscany SCA HelloWorld BPEL Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-M2 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-M2 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 2.0-M2 + runtime + + + + + + xerces + xercesImpl + 2.8.1 + + + + junit + junit + 4.5 + test + + + + + + org.codehaus.woodstox + wstx-asl + 3.2.1 + runtime + + + + javax.xml.bind + jaxb-api + 2.1 + compile + + + javax.xml.stream + stax-api + + + + + + com.sun.xml.bind + jaxb-impl + 2.1.7 + runtime + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-surefire-plugin + + 2.3.1 + + false + false + true + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + test-compile + + unpack + + + + + org.apache.ode + ode-dao-jpa-ojpa-derby + 1.1 + zip + true + ${project.build.directory}/test-classes/ + + + + + + + + + + + + -- cgit v1.2.3