1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 454651 - Remote Services doesn't have a source feature

Change-Id: Ida6ba948179907041e635fddd0d0f94f84ed29bf
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2014-12-09 17:26:26 -05:00
parent 5a627b8184
commit 2d9bb3c61e
3 changed files with 50 additions and 0 deletions

View file

@ -10,6 +10,38 @@
<relativePath>../../releng/org.eclipse.remote.build/pom.xml</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
</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>
<artifactId>org.eclipse.remote</artifactId>
<version>1.1.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

View file

@ -138,6 +138,23 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<includeBinaryFeature>false</includeBinaryFeature>
</configuration>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.eclipse.remote_0.0.0.qualifier.jar" id="org.eclipse.remote" version="0.0.0"/>
<feature url="features/org.eclipse.remote.source_0.0.0.qualifier.jar" id="org.eclipse.remote.source" version="0.0.0"/>
</site>