Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tests/pom.xml4
2 files changed, 4 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index abf67c8b5..331ceed51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,8 @@
<module>target_explorer/features/org.eclipse.tm.te.feature</module>
<module>target_explorer/features/org.eclipse.tm.te.tcf.feature</module>
+
+ <module>target_explorer/plugins/org.eclipse.tm.te.tests</module>
<module>features/org.eclipse.tm.tcf.repo</module>
</modules>
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tm.te.tests/pom.xml
index 65124d850..1e34df42d 100644
--- a/target_explorer/plugins/org.eclipse.tm.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tm.te.tests/pom.xml
@@ -30,8 +30,8 @@
<testSuite>org.eclipse.tm.te.tests</testSuite>
<testClass>org.eclipse.tm.te.tests.suites.AllCoreTests</testClass>
<useUIHarness>true</useUIHarness>
- <useUIThread>false</useUIThread>
- <product>org.eclipse.platform.ide</product>
+ <useUIThread>true</useUIThread>
+ <product>org.eclipse.sdk.ide</product>
<argLine>${ui.test.vmargs}</argLine>
<application>org.eclipse.ui.ide.workbench</application>
<dependencies>

Back to the top