diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-04 08:24:53 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-04 08:24:53 +0000 |
commit | 2e53441d0777a179cde24288451555fdf0b70e23 (patch) | |
tree | b07ad9e0c4720f3de7b9cd5a56d7fe8764acbf07 /sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms | |
parent | fa0a9b9e591f586b505d01ec6146493536245a1c (diff) |
Launch JMS broker and CORBA tnameserv automatically (TUSCANY-3454)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-jms/build.xml | 8 |
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>
|