summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/notification-rmi/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/notification-rmi/build.xml')
-rw-r--r--sandbox/travelsample/launchers/notification-rmi/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/notification-rmi/build.xml b/sandbox/travelsample/launchers/notification-rmi/build.xml
index addffd998e..7d544378be 100644
--- a/sandbox/travelsample/launchers/notification-rmi/build.xml
+++ b/sandbox/travelsample/launchers/notification-rmi/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 RMI server for the SMS Gateway
remote object needs to be started and running in a different process. -->
@@ -34,6 +33,7 @@
<java classname="scatours.NotificationRMILauncher" 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>