summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/notification-ws
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 02:12:33 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 02:12:33 +0000
commit62eb21049ce986abe57992c3c57a78be957b5513 (patch)
tree4d582f3a8b4154014354e826eee710a1934a009d /sandbox/travelsample/launchers/notification-ws
parent24b6cf43500baf882ded6e6ecd8249cdec41bd93 (diff)
Add launchers/common to runtime path so that ant script works with maven-built jars
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/notification-ws')
-rw-r--r--sandbox/travelsample/launchers/notification-ws/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/notification-ws/build.xml b/sandbox/travelsample/launchers/notification-ws/build.xml
index 2d9660caeb..cc9e73890c 100644
--- a/sandbox/travelsample/launchers/notification-ws/build.xml
+++ b/sandbox/travelsample/launchers/notification-ws/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 JAX-WS server for the SMS Gateway
remote object needs to be started and running in a different process. -->
@@ -34,6 +33,7 @@
<java classname="scatours.NotificationWSLauncher" 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>