summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-29 07:33:21 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-29 07:33:21 +0000
commit10483772ad356ee789f109b50ef37bf73f2c69f9 (patch)
tree7db34775e588fcfe8b20825a369d1fa8fa5efffe /sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/resources/build-launchers.xml
parent1ce560e27518c22115478a672d033fc810f8cafe (diff)
Add complete "using" contribution and "using" launcher
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928619 13f79535-47bb-0310-9956-ffa450edef68
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>