Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-02-17 12:21:24 +0000
committerUwe Stieber2012-02-17 12:21:24 +0000
commit99112f04483f4626e3a78b6bb79760624d4b424c (patch)
treef75d38e93dd97f4b66c4787433d75507cef1ba40 /target_explorer/plugins
parent55acbe5ebdf9486067ef00c6df96254d6deeeeb9 (diff)
downloadorg.eclipse.tcf-99112f04483f4626e3a78b6bb79760624d4b424c.tar.gz
org.eclipse.tcf-99112f04483f4626e3a78b6bb79760624d4b424c.tar.xz
org.eclipse.tcf-99112f04483f4626e3a78b6bb79760624d4b424c.zip
Target Explorer: Prepare test runs using Tycho
Diffstat (limited to 'target_explorer/plugins')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
index 07b30ecf6..94ca1a05b 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -6,9 +6,9 @@
<parent>
<groupId>org.eclipse.tcf</groupId>
- <artifactId>tcf-parent</artifactId>
+ <artifactId>tcf-tests-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../../../pom.xml</relativePath>
+ <relativePath>../../../pom-tests.xml</relativePath>
</parent>
<version>1.0.0.qualifier</version>

Back to the top