summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/usingsca/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/usingsca/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/usingsca/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/usingsca/build.xml
index cbf2877335..0437ba0b45 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/usingsca/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/usingsca/build.xml
@@ -25,7 +25,7 @@
<property name="package-path" value="../util/scatours-util-launcher-common.jar"/>
<target name="run">
- <java classname="scatours.UsingLauncher" fork="true" failonerror="true">
+ <java classname="scatours.UsingSCALauncher" fork="true" failonerror="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
<path refid="compile-path"/>