Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-03-23 12:48:04 +0000
committerMarkus Keller2015-03-23 15:51:30 +0000
commitb936046a1d0037087c1e87b96597b22cbb16e244 (patch)
tree339160d586866899e9f3fa0df4e7371a6405a432 /org.eclipse.text.tests
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
Diffstat (limited to 'org.eclipse.text.tests')
-rw-r--r--org.eclipse.text.tests/pom.xml25
1 files changed, 0 insertions, 25 deletions
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>

Back to the top