summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml
index a6a3ac5ef0..ef79dc7df6 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ws/build.xml
@@ -22,6 +22,9 @@
<path id="compile-path">
<pathelement path="../../util/launcher-common/target/scatours-util-launcher-common.jar"/>
</path>
+ <path id="package-path">
+ <pathelement path="../util/scatours-util-launcher-common.jar"/>
+ </path>
<!-- Before invoking the "run" target, the JAX-WS server for the SMS Gateway
remote object needs to be started and running in a different process. -->