Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2018-08-06 14:09:14 +0000
committerMat Booth2018-08-06 14:09:14 +0000
commit3a18a9cde9d65529dfe03f0e13b21b6ea084d0ed (patch)
tree7ff4fc7d9f6f13f3bb49abcf4ea1b73d5401046e /eclipse.platform.releng.tychoeclipsebuilder
parent2752e40799dc6ec76ff8032cd84054006ce23b98 (diff)
downloadeclipse.platform.releng.aggregator-3a18a9cde9d65529dfe03f0e13b21b6ea084d0ed.tar.gz
eclipse.platform.releng.aggregator-3a18a9cde9d65529dfe03f0e13b21b6ea084d0ed.tar.xz
eclipse.platform.releng.aggregator-3a18a9cde9d65529dfe03f0e13b21b6ea084d0ed.zip
Bug 535967 - Tip of the day bundles lack source bundles
Include the source for the tip of the day feature in the repo Change-Id: I7f1b7e6ee1ab71d416e8b468f59e250dc6353ada Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
index eda561ce4..e0c1c3f4a 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
@@ -57,4 +57,7 @@
<feature
id="org.eclipse.tips.feature"
version="0.0.0" />
+ <feature
+ id="org.eclipse.tips.feature.source"
+ version="0.0.0" />
</site>

Back to the top