summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 14:33:13 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 14:33:13 +0000
commita1b6a841a82ddf5af4bf01ce0c80de0af0ef0e6d (patch)
tree31b0aa8d85e45b7864c651dabed0f7ef92f2c173 /sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws
parentf54adb946985bb251ce037a8e7dfc4e6d7a3c18a (diff)
Change package-path to a property so that directory names can be included
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws/build.xml
index ef79dc7df6..800c79a9aa 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws/build.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ws/build.xml
@@ -22,9 +22,7 @@
<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>
+ <property name="package-path" value="../util/scatours-util-launcher-common.jar"/>
<!-- 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. -->