mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00
Add org.eclipse.cdt.testing.feature.source
Change-Id: I4b7b50129fadc6471d484c9ca970a246da0fe9b6
This commit is contained in:
parent
c4f4122343
commit
035520ee89
2 changed files with 42 additions and 0 deletions
|
@ -14,4 +14,43 @@
|
||||||
<groupId>org.eclipse.cdt.features</groupId>
|
<groupId>org.eclipse.cdt.features</groupId>
|
||||||
<artifactId>org.eclipse.cdt.testing</artifactId>
|
<artifactId>org.eclipse.cdt.testing</artifactId>
|
||||||
<packaging>eclipse-feature</packaging>
|
<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>
|
</project>
|
||||||
|
|
|
@ -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">
|
<feature url="features/org.eclipse.cdt.testing_0.0.0.qualifier.jar" id="org.eclipse.cdt.testing" version="0.0.0">
|
||||||
<category name="main"/>
|
<category name="main"/>
|
||||||
</feature>
|
</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"/>
|
<category-def name="main" label="C/C++ Development Tooling Tests"/>
|
||||||
</site>
|
</site>
|
||||||
|
|
Loading…
Add table
Reference in a new issue