diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-17 22:22:15 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-17 22:22:15 +0000 |
commit | ea1519f6b6bda185daa644291c86177e523b0128 (patch) | |
tree | 05551f501d930833c2fb7458303e84510b48be8f /sandbox/travelsample | |
parent | 1e58a4a6c25b748ae67d841440ecf6424793a3b1 (diff) |
Add target for LaunchFullAppDomainNodes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r-- | sandbox/travelsample/launchers/fullapp-launcher/build.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/travelsample/launchers/fullapp-launcher/build.xml b/sandbox/travelsample/launchers/fullapp-launcher/build.xml index 676aa4a5bd..77aacfb41a 100644 --- a/sandbox/travelsample/launchers/fullapp-launcher/build.xml +++ b/sandbox/travelsample/launchers/fullapp-launcher/build.xml @@ -56,6 +56,15 @@ </java> </target> + <target name="run-domain-nodes"> + <java classname="scatours.LaunchFullAppDomainNodes" fork="true"> + <classpath> + <pathelement location="target/classes"/> + <pathelement location="${env.TUSCANY}/lib/tuscany-sca-manifest.jar"/> + </classpath> + </java> + </target> + <target name="clean"> <delete includeemptydirs="true"> <fileset dir="target"/> |