summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/distribution/bin-distro-unzip
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 20:05:10 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-05 20:05:10 +0000
commite3c74b28535aa840c7f8526f729a537be6526d8d (patch)
treec5f46bfbe5f65948c2a4acab2a150563594b35fc /java/sca/itest/distribution/bin-distro-unzip
parent84ef34efa534032fbf89a7c1b30258a73c69a71b (diff)
Separate the distribution itests to individual sample tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/distribution/bin-distro-unzip/build.xml (renamed from java/sca/itest/bin-distro-unzip/build.xml)4
-rw-r--r--java/sca/itest/distribution/bin-distro-unzip/pom.xml (renamed from java/sca/itest/bin-distro-unzip/pom.xml)2
2 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/itest/bin-distro-unzip/build.xml b/java/sca/itest/distribution/bin-distro-unzip/build.xml
index 2c997ebfe9..f8d36410b7 100644
--- a/java/sca/itest/bin-distro-unzip/build.xml
+++ b/java/sca/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-SNAPSHOT.zip"
- dest="../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT-dir"/>
+ <unzip src="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.zip"
+ dest="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT-dir"/>
</target>
</project>
diff --git a/java/sca/itest/bin-distro-unzip/pom.xml b/java/sca/itest/distribution/bin-distro-unzip/pom.xml
index 3b4e570d80..1f6101961f 100644
--- a/java/sca/itest/bin-distro-unzip/pom.xml
+++ b/java/sca/itest/distribution/bin-distro-unzip/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-distribution</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>