Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-05-01 08:53:46 +0000
committerUwe Stieber2012-05-01 08:55:15 +0000
commit76032e95648072812f9371cf712d1930ba434561 (patch)
tree42011783c0953cf8ec1f36f7bc9137f153d4fc2d /target_explorer/plugins
parent08154909bc80541754b7fd02df3af323a6cc1ecc (diff)
downloadorg.eclipse.tcf-76032e95648072812f9371cf712d1930ba434561.tar.gz
org.eclipse.tcf-76032e95648072812f9371cf712d1930ba434561.tar.xz
org.eclipse.tcf-76032e95648072812f9371cf712d1930ba434561.zip
Maven: Added TCF Debugger test cases
Diffstat (limited to 'target_explorer/plugins')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml6
1 files changed, 3 insertions, 3 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 42947eeae..49faba4b7 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.tcf</groupId>
- <artifactId>tcf-tests-parent</artifactId>
+ <groupId>org.eclipse.tcf.te</groupId>
+ <artifactId>te-tests.maven-master</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../../../pom-tests.xml</relativePath>
+ <relativePath>../../pom-tests.xml</relativePath>
</parent>
<version>1.0.0.qualifier</version>

Back to the top