summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml
index 41aa9f2337..bac585f6d0 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml
@@ -20,12 +20,8 @@
<project name="scatours-client-currency-converter-jms" default="compile">
<import file="../../antdefs.xml"/>
- <!-- Before invoking the "run" target, both the JMS broker and the
- JMS implementation of the currency converter service need to be
- started, each in its own process. -->
- <target name="run-broker">
- <ant dir="../../launchers/currency-converter-jms" target="run-broker"/>
- </target>
+ <!-- Before invoking the "run" target, the JMS implementation of the
+ currency converter service needs to be started in its own process. -->
<target name="run-service">
<ant dir="../../launchers/currency-converter-jms" target="run"/>
</target>