From d64d4281ec5636ffc7511cc94fcc3171f34bb805 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 10 Feb 2011 08:38:40 +0000 Subject: Rename these old samples in contrib git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069273 13f79535-47bb-0310-9956-ffa450edef68 --- .../very-old-samples/helloworld-bpel-ws/pom.xml | 205 +++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 sca-java-2.x/contrib/very-old-samples/helloworld-bpel-ws/pom.xml (limited to 'sca-java-2.x/contrib/very-old-samples/helloworld-bpel-ws/pom.xml') diff --git a/sca-java-2.x/contrib/very-old-samples/helloworld-bpel-ws/pom.xml b/sca-java-2.x/contrib/very-old-samples/helloworld-bpel-ws/pom.xml new file mode 100644 index 0000000000..09cb2cbd53 --- /dev/null +++ b/sca-java-2.x/contrib/very-old-samples/helloworld-bpel-ws/pom.xml @@ -0,0 +1,205 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../../pom.xml + + sample-helloworld-bpel-ws + Apache Tuscany SCA HelloWorld BPEL as Webservice Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-bpel-ode + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.1-incubating + + + + xerces + xercesImpl + 2.8.1 + + + + junit + junit + 4.2 + test + + + + org.apache.tuscany.sca + tuscany-wsdl2java + 2.0-SNAPSHOT + + + + org.apache.tuscany.sdo + tuscany-sdo-tools + 1.1-incubating + + + + org.codehaus.woodstox + wstx-asl + 3.2.1 + runtime + + + + com.sun.xml.bind + jaxb-impl + 2.1.7 + compile + + + javax.xml.stream + stax-api + + + + + + + + ${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-incubating + + + 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 + 2.0-SNAPSHOT + + + + ${basedir}/src/main/resources/helloworld.wsdl + + + generate + + + + + + + + -- cgit v1.2.3