summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/notification-corba/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/notification-corba/build.xml')
-rw-r--r--sandbox/travelsample/launchers/notification-corba/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/notification-corba/build.xml b/sandbox/travelsample/launchers/notification-corba/build.xml
index 152918616a..d4d1af0e76 100644
--- a/sandbox/travelsample/launchers/notification-corba/build.xml
+++ b/sandbox/travelsample/launchers/notification-corba/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 CORBA nameserver and
the CORBA SMS Gateway service need to be started and running in
@@ -45,6 +44,7 @@
<java classname="scatours.NotificationCORBALauncher" fork="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
+ <path refid="compile-path"/>
<pathelement location="${env.TUSCANY_HOME}/lib/tuscany-sca-manifest.jar"/>
<fileset dir="${env.TUSCANY_HOST_CORBA}"/>
</classpath>