Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-10-17 05:45:06 +0000
committerAlexander Kurtakov2017-10-17 06:50:35 +0000
commitbd9c8f04da5a50d5728723578b2c67c56e2e723e (patch)
treec4f5f2b26148b1a9c65a63903d1ec5c82f9b059a /features/org.eclipse.swt.tools.feature
parent1dcc8afa2cd821cf7449ea45b19b4fde68252d8c (diff)
downloadeclipse.platform.swt-bd9c8f04da5a50d5728723578b2c67c56e2e723e.tar.gz
eclipse.platform.swt-bd9c8f04da5a50d5728723578b2c67c56e2e723e.tar.xz
eclipse.platform.swt-bd9c8f04da5a50d5728723578b2c67c56e2e723e.zip
Bug 510973 - Missing source bundle for org.eclipse.swt.toolsI20171017-0515
Change-Id: I95c4ecdfe6c644de2d771a77a3fffc92a36d861c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.swt.tools.feature')
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index 38a3302fbc..ac154dcea5 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -22,4 +22,22 @@
<artifactId>org.eclipse.swt.tools.feature</artifactId>
<version>3.107.0-SNAPSHOT</version>
<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>
+ <phase>package</phase>
+ <id>source-feature</id>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top