summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/policy/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers/policy/build.xml')
-rw-r--r--sandbox/travelsample/launchers/policy/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/launchers/policy/build.xml b/sandbox/travelsample/launchers/policy/build.xml
index aaf5c8c732..ec8155b871 100644
--- a/sandbox/travelsample/launchers/policy/build.xml
+++ b/sandbox/travelsample/launchers/policy/build.xml
@@ -17,7 +17,7 @@
* under the License.
-->
-<project name="scatours-introducing-launcher" default="compile">
+<project name="scatours-launcher-policy" default="compile">
<property environment="env"/>
<target name="compile">
@@ -31,7 +31,7 @@
</target>
<target name="run">
- <java classname="scatours.IntroducingLauncher" fork="true">
+ <java classname="scatours.PolicyLauncher" fork="true">
<classpath>
<pathelement location="target/classes"/>
<pathelement location="${env.TUSCANY}/lib/tuscany-sca-manifest.jar"/>