summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-29 09:06:17 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-29 09:06:17 +0000
commite2b37f913a02b46d4c36b0d461a99a124620ffc1 (patch)
treee561fdcbd3ac780432f86ecc33beb0bcd2b6f909 /sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main
parenta4c1109aba996a63cdf7c2b6f046aa226d46a97b (diff)
Add missing modules to the ant build and the distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
index 694a20700a..eac25092b2 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
@@ -254,6 +254,15 @@
</java>
</target>
+ <target name="run-payment-python">
+ <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
+ <classpath>
+ <pathelement location="scatours-launcher-payment-groovy.jar"/>
+ <path refid="scatours.tuscany-manifest"/>
+ </classpath>
+ </java>
+ </target>
+
<target name="run-payment-java">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>
@@ -263,6 +272,15 @@
</java>
</target>
+ <target name="run-payment-java-callback">
+ <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
+ <classpath>
+ <pathelement location="scatours-launcher-payment-java.jar"/>
+ <path refid="scatours.tuscany-manifest"/>
+ </classpath>
+ </java>
+ </target>
+
<target name="run-payment-java-policy">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>
@@ -272,6 +290,15 @@
</java>
</target>
+ <target name="run-payment-java-reference-pass">
+ <java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
+ <classpath>
+ <pathelement location="scatours-launcher-payment-java.jar"/>
+ <path refid="scatours.tuscany-manifest"/>
+ </classpath>
+ </java>
+ </target>
+
<target name="run-payment-spring">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>