summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/payment-java/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 13:59:34 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 13:59:34 +0000
commit0626cd00a5c250750d1fdf4d655fbebf31408d3b (patch)
tree323efda9baee04854599b32d2efe6495ab4354e7 /sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/payment-java/build.xml
parent538a197a8dd4e080463d2fb794b85dae358b42ad (diff)
Delete WSDL-generated .java files in launcher directories
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/payment-java/build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/payment-java/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/payment-java/build.xml
index 1e3c69119f..570ea9f159 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/payment-java/build.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/payment-java/build.xml
@@ -23,6 +23,14 @@
<pathelement path="../../util/launcher-common/target/scatours-util-launcher-common.jar"/>
</path>
+ <target name="wsdljava">
+ <antcall target="wsimport">
+ <param name="wsdlfile" value="Payment.wsdl"/>
+ <param name="javaclass" value="com/tuscanyscatours/payment/Payment.class"/>
+ <param name="package" value="com.tuscanyscatours.payment"/>
+ </antcall>
+ </target>
+
<target name="run">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>