summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml
index c0bd7e24a4..cfba0cea3d 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml
@@ -28,15 +28,6 @@
</antcall>
</target>
- <!-- Before invoking the "run" target, the CORBA nameserver needs to be
- started and running in a different process. -->
- <target name="run-nameserver">
- <exec executable="${env.JAVA_HOME}/bin/tnameserv">
- <arg value="-ORBInitialPort"/>
- <arg value="5080"/>
- </exec>
- </target>
-
<target name="run">
<java classname="scatours.smsgateway.SMSGatewayCORBAServiceBootstrap" fork="true">
<classpath location="target/${ant.project.name}.jar"/>