summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml
index 3d20022d2e..ace64efd24 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml
@@ -23,12 +23,8 @@
<pathelement path="../../util/launcher-common/target/scatours-util-launcher-common.jar"/>
</path>
- <!-- Before invoking the "run" target, both the JMS broker and the
- JMS implementation of the SMS gateway need to be started and running
- in different processes. -->
- <target name="run-broker">
- <ant dir="../../services/smsgateway-jms" target="run-broker"/>
- </target>
+ <!-- Before invoking the "run" target, the JMS implementation of the
+ SMS gateway needs to be started and running in a different process. -->
<target name="run-smsgateway">
<ant dir="../../services/smsgateway-jms" target="run"/>
</target>