Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml2
-rw-r--r--tests/pom-tests.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 4f14b9086..da0cb72bf 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -12,7 +12,7 @@
</parent>
<version>1.0.0.qualifier</version>
- <artifactId>org.eclipse.tcf.debug.tests</artifactId>
+ <artifactId>org.eclipse.tcf.debug.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<properties>
diff --git a/tests/pom-tests.xml b/tests/pom-tests.xml
index a4c779775..286f6ca41 100644
--- a/tests/pom-tests.xml
+++ b/tests/pom-tests.xml
@@ -31,7 +31,7 @@
<module>../features/org.eclipse.tcf.cdt.sdk.feature</module>
<!-- The test module executing the tests -->
- <module>plugins/org.eclipse.tcf.debug.tests</module>
+ <module>plugins/org.eclipse.tcf.debug.test</module>
</modules>
<build>
@@ -49,7 +49,7 @@
<include>org.eclipse.tcf*</include>
</includes>
<excludes>
- <exclude>org.eclipse.tcf.debug.tests*</exclude>
+ <exclude>org.eclipse.tcf.debug.test*</exclude>
<exclude>org.eclipse.tcf.te.*</exclude>
</excludes>
</configuration>

Back to the top