Bug 515093 - Source bundles missing for org.eclipse.releng.tools

Change-Id: I4fe1d4098e9f70a9f8ac3db5f3679b20c52ee2b9
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.releng.tools/forceQualifierUpdate.txt b/bundles/org.eclipse.releng.tools/forceQualifierUpdate.txt
index cee3499..c4d4435 100644
--- a/bundles/org.eclipse.releng.tools/forceQualifierUpdate.txt
+++ b/bundles/org.eclipse.releng.tools/forceQualifierUpdate.txt
@@ -2,4 +2,5 @@
 Bug 403352 - Update all parent versions to match our build stream
 Bug 416387 - don't sign inner jars in tools and test framework
 Bug 416582 - ignore warnings in releng tools similar to unit tests
-Bug 510976 - Several source bundles missing in SDK repository
\ No newline at end of file
+Bug 510976 - Several source bundles missing in SDK repository
+Bug 515093 - Source bundles missing for org.eclipse.releng.tools
\ No newline at end of file
diff --git a/features/org.eclipse.releng.tools/pom.xml b/features/org.eclipse.releng.tools/pom.xml
index fdb9819..f46e807 100644
--- a/features/org.eclipse.releng.tools/pom.xml
+++ b/features/org.eclipse.releng.tools/pom.xml
@@ -21,4 +21,22 @@
   <artifactId>org.eclipse.releng.tools</artifactId>
   <version>3.10.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>