summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/fullapp-domain/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/fullapp-domain/build.xml')
-rw-r--r--sandbox/travelsample/launchers/fullapp-domain/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/launchers/fullapp-domain/build.xml b/sandbox/travelsample/launchers/fullapp-domain/build.xml
index 1befc6413f..d294dc664a 100644
--- a/sandbox/travelsample/launchers/fullapp-domain/build.xml
+++ b/sandbox/travelsample/launchers/fullapp-domain/build.xml
@@ -26,7 +26,7 @@
manager API. Note that the classpath only includes the node launcher
jar which will bootstrap the rest of the Tuscany runtime. -->
<target name="run">
- <java classname="scatours.FullAppDomainLauncher" fork="true">
+ <java classname="scatours.FullAppDomainAPILauncher" fork="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
<fileset dir="${env.TUSCANY_HOME}/modules">
@@ -48,7 +48,7 @@
<include name="tuscany-node-launcher-*.jar"/>
</fileset>
</classpath>
- <arg value=".\target\classes"/>
+ <arg value="./target/classes"/>
</java>
</target>
</project>