summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 18:12:59 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 18:12:59 +0000
commitfb7a6c74a8f1392bac6794711fdd4d6d2f19fd61 (patch)
treead8c3f0a759ec7feee21a6aec1036e655a0ed005 /sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/build.xml
parent53b98fd7f18aae43f32a3ed11131b5876e90f887 (diff)
Fix typos and remove unused files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945281 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/build.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/build.xml
index 3a86952fc1..bc16f99976 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/build.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-groovy/build.xml
@@ -22,11 +22,6 @@
<target name="wsdljava">
<antcall target="wsimport">
- <param name="wsdlfile" value="CreditCardPayment.wsdl"/>
- <param name="javaclass" value="com/tuscanyscatours/payment/creditcard/CreditCardPayment.class"/>
- <param name="package" value="com.tuscanyscatours.payment.creditcard"/>
- </antcall>
- <antcall target="wsimport">
<param name="wsdlfile" value="EmailGateway.wsdl"/>
<param name="javaclass" value="com/tuscanyscatours/emailgateway/EmailGateway.class"/>
<param name="package" value="com.tuscanyscatours.emailgateway"/>