diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-16 22:39:48 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-16 22:39:48 +0000 |
commit | 18658ff2a130e911504a17768966532372f89488 (patch) | |
tree | e4e5a419d5a0644d33df26095aebfc1a77102eb1 /sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-rmi | |
parent | 5491301f312e6f316ce7678ad6b2209d0b126fa7 (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/notification-rmi')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-rmi/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-rmi/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-rmi/build.xml index a4f7b17d01..7a3a00fe76 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-rmi/build.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-rmi/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 RMI server for the SMS Gateway
remote object needs to be started and running in a different process. -->
|