From d6c22ffc58fc7728500511fc761db5bbb488faf8 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 6 Oct 2009 14:11:29 +0000 Subject: Copy 1.5.1-RC4 tag as 1.5.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822281 13f79535-47bb-0310-9956-ffa450edef68 --- .../1.5.1/itest/domainmgr/error/payment/pom.xml | 142 +++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 tags/java/sca/1.5.1/itest/domainmgr/error/payment/pom.xml (limited to 'tags/java/sca/1.5.1/itest/domainmgr/error/payment/pom.xml') diff --git a/tags/java/sca/1.5.1/itest/domainmgr/error/payment/pom.xml b/tags/java/sca/1.5.1/itest/domainmgr/error/payment/pom.xml new file mode 100644 index 0000000000..70c9e9674e --- /dev/null +++ b/tags/java/sca/1.5.1/itest/domainmgr/error/payment/pom.xml @@ -0,0 +1,142 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + itest-domainmgr-error + 1.5.1 + ../pom.xml + + itest-domainmgr-error-payment + Apache Tuscany SCA iTest Domain Manager Error Handling Payment + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.5.1 + + + + javax.annotation + jsr250-api + 1.0 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-policy-security + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-policy-transaction + 1.5.1 + runtime + + + + + + ${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