diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml index c8a2f6bd6e..007afec26a 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/build.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/notification-ejb/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 EJB server for the SMS Gateway EJB
needs to be started and running in a different process. -->
|