From 5559ef5edbf8d3616f7a4b497b2a459b0ee4082b Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:07:07 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835122 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-java-1.0/samples/helloworld-ws-sdo/pom.xml | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.0/samples/helloworld-ws-sdo/pom.xml (limited to 'sca-java-1.x/branches/sca-java-1.0/samples/helloworld-ws-sdo/pom.xml') diff --git a/sca-java-1.x/branches/sca-java-1.0/samples/helloworld-ws-sdo/pom.xml b/sca-java-1.x/branches/sca-java-1.0/samples/helloworld-ws-sdo/pom.xml new file mode 100644 index 0000000000..63a112853b --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.0/samples/helloworld-ws-sdo/pom.xml @@ -0,0 +1,139 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.0-incubating-SNAPSHOT + ../../pom.xml + + sample-helloworld-ws-sdo + Apache Tuscany SCA HelloWorld Web Service SDO Sample + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.0-incubating-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.0-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.0-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sdo + tuscany-sdo-lib + 1.0-incubating + + + org.apache.tuscany.sdo + tuscany-sdo-impl + 1.0-incubating + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 1.0-incubating-SNAPSHOT + compile + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.0-incubating-SNAPSHOT + runtime + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + add-source + generate-sources + + add-test-source + + + + target/sdo-source + + + + + + + org.apache.tuscany.sdo + tuscany-sdo-plugin + 1.0-incubating + + + generate-helloworld-sdo + generate-sources + + ${basedir}/src/main/resources/wsdl/helloworld.wsdl + helloworld + Helloworld + true + true + true + + + generate + + + + + + + + -- cgit v1.2.3