summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml6
1 files changed, 3 insertions, 3 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 5bd4931b40..694a20700a 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
@@ -290,10 +290,10 @@
</java>
</target>
- <target name="run-policy">
- <java classname="scatours.PolicyLauncher" fork="true" failonerror="true">
+ <target name="run-using">
+ <java classname="scatours.UsingLauncher" fork="true" failonerror="true">
<classpath>
- <pathelement location="scatours-launcher-policy.jar"/>
+ <pathelement location="scatours-launcher-using.jar"/>
<path refid="scatours.tuscany-manifest"/>
</classpath>
</java>