1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 03:35:37 +02:00

Add org.eclipse.cdt.testing.feature.source

Change-Id: I4b7b50129fadc6471d484c9ca970a246da0fe9b6
This commit is contained in:
Alvaro Sanchez-Leon 2016-07-26 15:10:41 +02:00 committed by Gerrit Code Review @ Eclipse.org
parent c4f4122343
commit 035520ee89
2 changed files with 42 additions and 0 deletions

View file

@ -14,4 +14,43 @@
<groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.testing</artifactId>
<packaging>eclipse-feature</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-extras-version}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
<configuration>
<excludes>
<plugin id="org.eclipse.ant.optional.junit"/>
<plugin id="org.eclipse.cdt.testing"/>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>attached-p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View file

@ -3,5 +3,8 @@
<feature url="features/org.eclipse.cdt.testing_0.0.0.qualifier.jar" id="org.eclipse.cdt.testing" version="0.0.0">
<category name="main"/>
</feature>
<feature url="features/org.eclipse.cdt.testing.source_0.0.0.qualifier.jar" id="org.eclipse.cdt.testing.source" version="0.0.0">
<category name="main"/>
</feature>
<category-def name="main" label="C/C++ Development Tooling Tests"/>
</site>