summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 21:47:13 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 21:47:13 +0000
commitf1e5a5a6caa05768768396037db6c22c399b8c20 (patch)
treefb92cb6c4689e0546e90c4d45fef758202cc66db /sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml
parentad8fc97438b7c644d8f946fc81e59dacdefffd5c (diff)
Merge revision r945281 from 1.0 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946422 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml
index f4a51f4675..6d95ed2ca6 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-groovy/pom.xml
@@ -119,24 +119,6 @@
</configuration>
</execution>
<execution>
- <id>payment.creditcard</id>
- <phase>process-sources</phase>
- <goals>
- <goal>wsimport</goal>
- </goals>
- <configuration>
- <packageName>com.tuscanyscatours.payment.creditcard</packageName>
- <wsdlDirectory>${basedir}/src/main/resources</wsdlDirectory>
- <wsdlFiles>
- <wsdlFile>CreditCardPayment.wsdl</wsdlFile>
- </wsdlFiles>
- <sourceDestDir>${project.build.directory}/jaxws-source</sourceDestDir>
- <staleFile>${project.build.directory}/jaxws-source/stale/creditcard.stale</staleFile>
- <verbose>false</verbose>
- <xnocompile>true</xnocompile>
- </configuration>
- </execution>
- <execution>
<id>emailgateway</id>
<phase>process-sources</phase>
<goals>