diff options
Diffstat (limited to 'sandbox/travelsample/launchers/fullapp')
-rw-r--r-- | sandbox/travelsample/launchers/fullapp/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/fullapp/build.xml b/sandbox/travelsample/launchers/fullapp/build.xml index d6e7e18dbb..9db479d923 100644 --- a/sandbox/travelsample/launchers/fullapp/build.xml +++ b/sandbox/travelsample/launchers/fullapp/build.xml @@ -22,12 +22,12 @@ <path id="compile-path"> <pathelement path="../common/target/scatours-launcher-common.jar"/> </path> - <path id="package-path" refid="compile-path"/> <target name="run"> <java classname="scatours.FullAppLauncher" 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> |