summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/samples/build-common.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:14:56 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:14:56 +0000
commitdd3825abe153da29a4f1fa58e00f744c16ea4b6a (patch)
tree0d22395660e3d64719d1373b215c7ba2eeee80d8 /sandbox/ant/sca/branches/foo/samples/build-common.xml
parent69ddd8bf2040ca4e25195886af5b83a522969ef7 (diff)
Update varrious version references to 2.0-m2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755275 13f79535-47bb-0310-9956-ffa450edef68
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"/>