summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml
index fe7e66111e..389f6296c3 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-jms/build.xml
@@ -20,18 +20,6 @@
<project name="scatours-service-smsgateway-jms" default="compile">
<import file="../../antdefs.xml"/>
- <!-- Before invoking the "run" target, the JMS broker needs to be
- started and running in a different process. -->
- <target name="run-broker">
- <java classname="scatours.JMSBrokerLauncher" fork="true">
- <classpath>
- <pathelement location="target/${ant.project.name}.jar"/>
- <!-- The following is used to bring in the ActiveMQ runtime. -->
- <pathelement location="${env.TUSCANY_HOME}/lib/tuscany-sca-manifest.jar"/>
- </classpath>
- </java>
- </target>
-
<!-- The "run" target creates JMS request and response queues for the
SMS gateway service. These queues are used by the "run" target of
the notification-jms launcher. -->