summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-launcher/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-05-23 16:42:58 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-05-23 16:42:58 +0000
commit393e9ef21b45ac96ce70ca0c1f0f397528d81c79 (patch)
treedb0348daf8320106868825190f34411c4df88ff5 /sandbox/travelsample/launchers/introducing-launcher/build.xml
parent057fd77c4848a5efaec8eca7e969011d2e4a00b3 (diff)
Rename launcher class for introducing-launcher module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/introducing-launcher/build.xml')
-rw-r--r--sandbox/travelsample/launchers/introducing-launcher/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/launchers/introducing-launcher/build.xml b/sandbox/travelsample/launchers/introducing-launcher/build.xml
index 8a935954a0..81085eba97 100644
--- a/sandbox/travelsample/launchers/introducing-launcher/build.xml
+++ b/sandbox/travelsample/launchers/introducing-launcher/build.xml
@@ -31,7 +31,7 @@
</target>
<target name="run">
- <java classname="scatours.LaunchIntroducingNode" fork="true">
+ <java classname="scatours.IntroducingLauncher" fork="true">
<classpath>
<pathelement location="target/classes"/>
<pathelement location="${env.TUSCANY}/lib/tuscany-sca-manifest.jar"/>