summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 22:39:48 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 22:39:48 +0000
commit18658ff2a130e911504a17768966532372f89488 (patch)
treee4e5a419d5a0644d33df26095aebfc1a77102eb1 /sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp
parent5491301f312e6f316ce7678ad6b2209d0b126fa7 (diff)
Use package-path setting to add util/launcher-common dependency to manifest classpaths of launcher jars
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp/build.xml
index ab2f62460c..60c791e93b 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp/build.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp/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>
<target name="run">
<java classname="scatours.FullAppLauncher" fork="true" failonerror="true">