summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/notification-jms/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/notification-jms/build.xml')
-rw-r--r--sandbox/travelsample/launchers/notification-jms/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/notification-jms/build.xml b/sandbox/travelsample/launchers/notification-jms/build.xml
index 0c1c4d2063..829fbcfdf8 100644
--- a/sandbox/travelsample/launchers/notification-jms/build.xml
+++ b/sandbox/travelsample/launchers/notification-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, both the JMS broker and the
JMS implementation of the SMS gateway need to be started and running
@@ -38,6 +37,7 @@
<java classname="scatours.NotificationJMSLauncher" fork="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
+ <path refid="compile-path"/>
<pathelement location="${env.TUSCANY_HOME}/lib/tuscany-sca-manifest.jar"/>
</classpath>
</java>