summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/fullapp-launcher/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/launchers/fullapp-launcher/build.xml9
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 aa20d1f8f5..676aa4a5bd 100644
--- a/sandbox/travelsample/launchers/fullapp-launcher/build.xml
+++ b/sandbox/travelsample/launchers/fullapp-launcher/build.xml
@@ -46,6 +46,15 @@
</classpath>
</java>
</target>
+
+ <target name="run-domain">
+ <java classname="scatours.LaunchFullAppDomain" 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">