summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/help-pages/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/help-pages/build.xml')
-rw-r--r--sandbox/travelsample/launchers/help-pages/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/help-pages/build.xml b/sandbox/travelsample/launchers/help-pages/build.xml
index 3f83d64e22..0a3ecdde0c 100644
--- a/sandbox/travelsample/launchers/help-pages/build.xml
+++ b/sandbox/travelsample/launchers/help-pages/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.HelpPagesLauncher" 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>