summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/samples/build-common.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sca/branches/foo/samples/build-common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/ant/sca/branches/foo/samples/build-common.xml b/sandbox/ant/sca/branches/foo/samples/build-common.xml
index 2354dd1ce4..5768912726 100644
--- a/sandbox/ant/sca/branches/foo/samples/build-common.xml
+++ b/sandbox/ant/sca/branches/foo/samples/build-common.xml
@@ -71,7 +71,7 @@
</target>
<target name="common-run-jse" depends="compile">
- <java jar="${distro.root}/modules/tuscany-node-launcher-2.0-SNAPSHOT.jar"
+ <java jar="${distro.root}/modules/tuscany-node-launcher-2.0-M2-SNAPSHOT.jar"
fork="true"
inputstring="q">
<jvmarg value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/>
@@ -83,7 +83,7 @@
</target>
<target name="common-run-equinox" depends="compile">
- <java jar="${distro.root}/modules/tuscany-node-launcher-equinox-2.0-SNAPSHOT.jar"
+ <java jar="${distro.root}/modules/tuscany-node-launcher-equinox-2.0-M2-SNAPSHOT.jar"
fork="true"
inputstring="q">
<jvmarg value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/>