From fe69aac2897cb85aeac2ee593e540aec9c6b4d46 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 9 Jul 2009 20:55:35 +0000 Subject: Add a version of the payment component that uses sca tags in the spring context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792686 13f79535-47bb-0310-9956-ffa450edef68 --- .../payment-spring-scatag-contribution/pom.xml | 173 +++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 sandbox/travelsample/contributions/payment-spring-scatag-contribution/pom.xml (limited to 'sandbox/travelsample/contributions/payment-spring-scatag-contribution/pom.xml') diff --git a/sandbox/travelsample/contributions/payment-spring-scatag-contribution/pom.xml b/sandbox/travelsample/contributions/payment-spring-scatag-contribution/pom.xml new file mode 100644 index 0000000000..74c6a0cf09 --- /dev/null +++ b/sandbox/travelsample/contributions/payment-spring-scatag-contribution/pom.xml @@ -0,0 +1,173 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.5-SNAPSHOT + + + scatours-payment-spring-scatag-contribution + Apache Tuscany SCA Tours Payment Spring SCA Tag 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-implementation-spring + 1.6-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-spring-runtime + 1.6-SNAPSHOT + runtime + + + + junit + junit + 4.5 + test + + + + + ${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.9 + + + 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 + + + + scatours.emailgateway + process-sources + + wsimport + + + scatours.emailgateway + ${basedir}/src/main/resources + + EmailGateway.wsdl + + ${project.build.directory}/jaxws-source + ${project.build.directory}/jaxws-source/stale/emailgateway.stale + false + true + + + + + + + -- cgit v1.2.3