1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 18:55:38 +02:00

Try to fix some core.test failures by loading up whole Platform.

This commit is contained in:
Doug Schaefer 2011-09-14 10:51:13 -04:00
parent 5a2e0f8ed6
commit 8a77ed80b3

View file

@ -37,6 +37,11 @@
</includes>
<testFailureIgnore>true</testFailureIgnore>
<dependencies>
<dependency>
<artifactId>org.eclipse.platform.feature.group</artifactId>
<version>3.7.0</version>
<type>p2-installable-unit</type>
</dependency>
<dependency>
<artifactId>org.eclipse.cdt.feature.group</artifactId>
<version>8.0.0.${buildQualifier}</version>