Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-03-23 12:48:04 +0000
committerMarkus Keller2015-03-23 15:51:30 +0000
commitb936046a1d0037087c1e87b96597b22cbb16e244 (patch)
tree339160d586866899e9f3fa0df4e7371a6405a432
parenta578f44995591fc6cf45b1942e406941ec436806 (diff)
downloadeclipse.platform.text-b936046a1d0037087c1e87b96597b22cbb16e244.tar.gz
eclipse.platform.text-b936046a1d0037087c1e87b96597b22cbb16e244.tar.xz
eclipse.platform.text-b936046a1d0037087c1e87b96597b22cbb16e244.zip
- Bug 462862: [Metadata] Missing explicit dependency on org.eclipse.equinox.event kills tycho-surefire-plugin tests (Gerrit builds) Change-Id: I7220099e5ce1867d73b130e4c78d6dd7fe25af21
-rw-r--r--org.eclipse.core.filebuffers.tests/pom.xml25
-rw-r--r--org.eclipse.jface.text.tests/pom.xml6
-rw-r--r--org.eclipse.search.tests/pom.xml6
-rw-r--r--org.eclipse.text.tests/pom.xml25
-rw-r--r--org.eclipse.ui.editors.tests/pom.xml6
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/pom.xml6
6 files changed, 4 insertions, 70 deletions
diff --git a/org.eclipse.core.filebuffers.tests/pom.xml b/org.eclipse.core.filebuffers.tests/pom.xml
index 659ae6f30d2..deb3e79a122 100644
--- a/org.eclipse.core.filebuffers.tests/pom.xml
+++ b/org.eclipse.core.filebuffers.tests/pom.xml
@@ -25,29 +25,4 @@
<testSuite>${project.artifactId}</testSuite>
<testClass>org.eclipse.core.filebuffers.tests.FileBuffersTestSuite</testClass>
</properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <useUIHarness>true</useUIHarness>
- <useUIThread>true</useUIThread>
- <dependencies>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.event</artifactId>
- <version>0.0.0</version>
- </dependency>
- </dependencies>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
diff --git a/org.eclipse.jface.text.tests/pom.xml b/org.eclipse.jface.text.tests/pom.xml
index 467558fab9b..ab486fdb6fc 100644
--- a/org.eclipse.jface.text.tests/pom.xml
+++ b/org.eclipse.jface.text.tests/pom.xml
@@ -36,11 +36,7 @@
<useUIThread>true</useUIThread>
<dependencies>
<dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
+ <!-- workaround for missing dependency in org.eclipse.e4.ui.services: https://bugs.eclipse.org/462862 -->
<type>eclipse-plugin</type>
<artifactId>org.eclipse.equinox.event</artifactId>
<version>0.0.0</version>
diff --git a/org.eclipse.search.tests/pom.xml b/org.eclipse.search.tests/pom.xml
index 40820913681..e0f798e811b 100644
--- a/org.eclipse.search.tests/pom.xml
+++ b/org.eclipse.search.tests/pom.xml
@@ -36,11 +36,7 @@
<useUIThread>true</useUIThread>
<dependencies>
<dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
+ <!-- workaround for missing dependency in org.eclipse.e4.ui.services: https://bugs.eclipse.org/462862 -->
<type>eclipse-plugin</type>
<artifactId>org.eclipse.equinox.event</artifactId>
<version>0.0.0</version>
diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml
index e6f491dcf6a..f78cb209e93 100644
--- a/org.eclipse.text.tests/pom.xml
+++ b/org.eclipse.text.tests/pom.xml
@@ -25,29 +25,4 @@
<testSuite>${project.artifactId}</testSuite>
<testClass>org.eclipse.text.tests.EclipseTextTestSuite</testClass>
</properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <useUIHarness>true</useUIHarness>
- <useUIThread>true</useUIThread>
- <dependencies>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.event</artifactId>
- <version>0.0.0</version>
- </dependency>
- </dependencies>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
diff --git a/org.eclipse.ui.editors.tests/pom.xml b/org.eclipse.ui.editors.tests/pom.xml
index b6ff40be987..599848193a1 100644
--- a/org.eclipse.ui.editors.tests/pom.xml
+++ b/org.eclipse.ui.editors.tests/pom.xml
@@ -36,11 +36,7 @@
<useUIThread>true</useUIThread>
<dependencies>
<dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
+ <!-- workaround for missing dependency in org.eclipse.e4.ui.services: https://bugs.eclipse.org/462862 -->
<type>eclipse-plugin</type>
<artifactId>org.eclipse.equinox.event</artifactId>
<version>0.0.0</version>
diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
index 9b84e198655..d9cfbd45bf8 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
@@ -36,11 +36,7 @@
<useUIThread>true</useUIThread>
<dependencies>
<dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
+ <!-- workaround for missing dependency in org.eclipse.e4.ui.services: https://bugs.eclipse.org/462862 -->
<type>eclipse-plugin</type>
<artifactId>org.eclipse.equinox.event</artifactId>
<version>0.0.0</version>

Back to the top