diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-07 02:12:33 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-07 02:12:33 +0000 |
commit | 62eb21049ce986abe57992c3c57a78be957b5513 (patch) | |
tree | 4d582f3a8b4154014354e826eee710a1934a009d /sandbox/travelsample/launchers/databinding | |
parent | 24b6cf43500baf882ded6e6ecd8249cdec41bd93 (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 'sandbox/travelsample/launchers/databinding')
-rw-r--r-- | sandbox/travelsample/launchers/databinding/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/databinding/build.xml b/sandbox/travelsample/launchers/databinding/build.xml index 3d80a6ca68..810d656642 100644 --- a/sandbox/travelsample/launchers/databinding/build.xml +++ b/sandbox/travelsample/launchers/databinding/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.DatabindingLauncher" 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> |