summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/policy/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 02:12:33 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 02:12:33 +0000
commit62eb21049ce986abe57992c3c57a78be957b5513 (patch)
tree4d582f3a8b4154014354e826eee710a1934a009d /sandbox/travelsample/launchers/policy/build.xml
parent24b6cf43500baf882ded6e6ecd8249cdec41bd93 (diff)
Add launchers/common to runtime path so that ant script works with maven-built jars
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/launchers/policy/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/policy/build.xml b/sandbox/travelsample/launchers/policy/build.xml
index 2e670f6983..376a1830bc 100644
--- a/sandbox/travelsample/launchers/policy/build.xml
+++ b/sandbox/travelsample/launchers/policy/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.PolicyLauncher" 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>