summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-python/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-python/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-python/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-python/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-python/pom.xml
index 2eba181055..ca83354ce2 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-python/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-python/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>