summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi')
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/build.xml2
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/build.xml b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/build.xml
index c42c999a02..fb6f20f9c1 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/build.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/build.xml
@@ -27,7 +27,7 @@
service sides of the sample.
-->
- <property name="distro.root" value="../../../distribution/all/target/apache-tuscany-sca-all-2.0-M2-SNAPSHOT-dir/tuscany-sca-2.0-M2-SNAPSHOT" />
+ <property name="distro.root" value="../../../distribution/all/target/apache-tuscany-sca-all-${tuscany.version}-dir/tuscany-sca-${tuscany.version}" />
<target name="run">
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
index bd47cd77d4..7e49a03d67 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
@@ -69,6 +69,7 @@
</goals>
<configuration>
<tasks>
+ <property name="tuscany.version" value="${version}" />
<ant antfile="./build.xml" target="run" />
</tasks>
</configuration>