From 5b67e082ce57df77acc72cd36569a05c9a2fa347 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 6 Jul 2009 07:23:44 +0000 Subject: Branch for 1.5.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-java-1.5.1/samples/helloworld-bpel/pom.xml | 209 +++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml (limited to 'branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml') diff --git a/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml b/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml new file mode 100644 index 0000000000..5b06282ab5 --- /dev/null +++ b/branches/sca-java-1.5.1/samples/helloworld-bpel/pom.xml @@ -0,0 +1,209 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.6-SNAPSHOT + ../../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.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.6-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 1.6-SNAPSHOT + 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.6-SNAPSHOT + + + + org.apache.tuscany.sdo + tuscany-sdo-tools + 1.1.1 + + + + 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/ + + + + + + + + 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.6-SNAPSHOT + + + + ${basedir}/src/main/resources/helloworld.wsdl + + + generate + + + + + + + + -- cgit v1.2.3