summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/currency-converter-jms/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter-jms/build.xml')
-rw-r--r--sandbox/travelsample/launchers/currency-converter-jms/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-jms/build.xml b/sandbox/travelsample/launchers/currency-converter-jms/build.xml
index 264e028dd1..ab972ea3fe 100644
--- a/sandbox/travelsample/launchers/currency-converter-jms/build.xml
+++ b/sandbox/travelsample/launchers/currency-converter-jms/build.xml
@@ -22,7 +22,6 @@
<path id="compile-path">
<pathelement path="../common/target/scatours-launcher-common.jar"/>
</path>
- <path id="package-path" refid="compile-path"/>
<!-- Before invoking the "run" target, the JMS broker needs to be
started and running in a different process. -->
@@ -30,6 +29,7 @@
<java classname="scatours.JMSBrokerLauncher" fork="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
+ <path refid="compile-path"/>
<!-- The following is used to bring in the ActiveMQ runtime. -->
<pathelement location="${env.TUSCANY_HOME}/lib/tuscany-sca-manifest.jar"/>
</classpath>