summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
index 10146b8500..922545e48e 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-corba/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 CORBA nameserver and
- the CORBA SMS Gateway service need to be started and running in
- different processes. -->
- <target name="run-nameserver">
- <ant dir="../../services/smsgateway-corba" target="run-nameserver"/>
- </target>
+ <!-- Before invoking the "run" target, the CORBA SMS Gateway service
+ needs to be started and running in a different process. -->
<target name="run-smsgateway">
<ant dir="../../services/smsgateway-corba" target="run"/>
</target>