1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Add the core fragments to the core test dependencies.

This commit is contained in:
Doug Schaefer 2011-08-24 14:13:19 -04:00
parent d70aae3b11
commit c37051ea90

View file

@ -31,5 +31,28 @@
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<dependencies>
<dependency>
<artifactId>org.eclipse.cdt.core.linux.x86</artifactId>
<version>5.2.0-SNAPSHOT</version>
<type>eclipse-plugin</type>
</dependency>
<dependency>
<artifactId>org.eclipse.cdt.core.linux.x86_64</artifactId>
<version>5.2.0-SNAPSHOT</version>
<type>eclipse-plugin</type>
</dependency>
</dependencies>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>