summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/build.xml')
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/build.xml b/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/build.xml
index dbd7f16c88..7542fc23dd 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/build.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/build.xml
@@ -18,7 +18,7 @@
-->
<project name="itest-unzip" default="unzip">
<target name="unzip">
- <unzip src="../../../distribution/all/target/apache-tuscany-sca-all-2.0-M2-SNAPSHOT.zip"
- dest="../../../distribution/all/target/apache-tuscany-sca-all-2.0-M2-SNAPSHOT-dir"/>
+ <unzip src="../../../distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip"
+ dest="../../../distribution/all/target/apache-tuscany-sca-all-${tuscany.version}-dir"/>
</target>
</project>