summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-04 08:24:53 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-04 08:24:53 +0000
commit2e53441d0777a179cde24288451555fdf0b70e23 (patch)
treeb07ad9e0c4720f3de7b9cd5a56d7fe8764acbf07 /sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/build.xml
parentfa0a9b9e591f586b505d01ec6146493536245a1c (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/services/smsgateway-corba/build.xml')
-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"/>