From 47d7bf03613dfd6a2db848df57306c0c2b8c2402 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 27 Aug 2009 01:07:30 +0000 Subject: Apply the new naming conventions to the fullapp contributions and launchers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808241 13f79535-47bb-0310-9956-ffa450edef68 --- .../payment-java-contribution/pom.xml | 168 --------------------- 1 file changed, 168 deletions(-) delete mode 100644 sandbox/travelsample/contributions/payment-java-contribution/pom.xml (limited to 'sandbox/travelsample/contributions/payment-java-contribution/pom.xml') diff --git a/sandbox/travelsample/contributions/payment-java-contribution/pom.xml b/sandbox/travelsample/contributions/payment-java-contribution/pom.xml deleted file mode 100644 index 54f11f3dd3..0000000000 --- a/sandbox/travelsample/contributions/payment-java-contribution/pom.xml +++ /dev/null @@ -1,168 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 1.6-SNAPSHOT - - - 1.0-SNAPSHOT - scatours-payment-java-contribution - Apache Tuscany SCA Tours Payment Java Contribution - - - - 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-binding-jsonrpc-runtime - 1.6-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.6-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-jetty - 1.6-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-policy-security - 1.6-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-policy-transaction - 1.6-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - - java.net2 - java.net Maven 2.x Repository - http://download.java.net/maven/2 - - false - - - - - - ${artifactId} - - - org.codehaus.mojo - build-helper-maven-plugin - 1.0 - - - add-source - generate-sources - - add-source - - - - target/jaxws-source - - - - - - - org.codehaus.mojo - jaxws-maven-plugin - 1.12 - - - payment - generate-sources - - wsimport - - - payment - ${basedir}/src/main/resources - - Payment.wsdl - - ${project.build.directory}/jaxws-source - ${project.build.directory}/jaxws-source/stale/payment.stale - false - true - - - - payment.creditcard - process-sources - - wsimport - - - payment.creditcard - ${basedir}/src/main/resources - - CreditCardPayment.wsdl - - ${project.build.directory}/jaxws-source - ${project.build.directory}/jaxws-source/stale/creditcard.stale - false - true - - - - - - - -- cgit v1.2.3