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/clients | |
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/clients')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/clients/currency-converter-jms/build.xml | 8 |
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>
|