summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
index e0f4ebd4c4..31e14457c7 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/src/main/resources/build-launchers.xml
@@ -257,7 +257,7 @@
<target name="run-payment-python">
<java classname="scatours.payment.PaymentLauncher" fork="true" failonerror="true">
<classpath>
- <pathelement location="scatours-launcher-payment-groovy.jar"/>
+ <pathelement location="scatours-launcher-payment-python.jar"/>
<path refid="scatours.tuscany-manifest"/>
</classpath>
</java>