From 82df55ba981ff028bdf376f333d6e1e2cfee3644 Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 30 Sep 2009 11:14:44 +0000 Subject: Tag for 1.5.1-RC3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820247 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/1.5.1-RC3/samples/helloworld-bpel/pom.xml | 209 +++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 tags/java/sca/1.5.1-RC3/samples/helloworld-bpel/pom.xml (limited to 'tags/java/sca/1.5.1-RC3/samples/helloworld-bpel/pom.xml') diff --git a/tags/java/sca/1.5.1-RC3/samples/helloworld-bpel/pom.xml b/tags/java/sca/1.5.1-RC3/samples/helloworld-bpel/pom.xml new file mode 100644 index 0000000000..05bde01d07 --- /dev/null +++ b/tags/java/sca/1.5.1-RC3/samples/helloworld-bpel/pom.xml @@ -0,0 +1,209 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.5.1 + ../../pom.xml + + sample-helloworld-bpel + Apache Tuscany SCA Sample HelloWorld BPEL + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.5.1 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 1.5.1 + runtime + + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.1.1 + + + backport-util-concurrent + backport-util-concurrent + + + + + backport-util-concurrent + backport-util-concurrent + 3.1 + + + + xerces + xercesImpl + 2.8.1 + + + + junit + junit + 4.5 + test + + + + org.apache.tuscany.sca + tuscany-wsdl2java + 1.5.1 + + + + org.apache.tuscany.sdo + tuscany-sdo-tools + 1.1.1 + + + + org.codehaus.woodstox + wstx-asl + 3.2.4 + 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/ + + + + + + + + org.apache.tuscany.sdo + tuscany-sdo-plugin + 1.1.1 + + + generate-bpel-helloworld + generate-sources + + ${basedir}/src/main/resources/helloworld.wsdl + ${basedir}/target/wsdl2java-source + HelloWorld + true + true + true + + + generate + + + + + + org.apache.tuscany.sca + tuscany-maven-wsdl2java + 1.5.1 + + + + ${basedir}/src/main/resources/helloworld.wsdl + + + generate + + + + + + + + -- cgit v1.2.3