Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-24 18:25:55 +0000
committerDavid Williams2015-03-24 18:25:55 +0000
commitbfc82792a01680e20a89f63070caac633ba11f91 (patch)
tree7bcf4c6acc9d46af0bb0b4588d7fd9f0e1a69c14
parente7575e21f1bcb853b9ab92268c9063ab8e955254 (diff)
downloadeclipse.platform.releng.aggregator-bfc82792a01680e20a89f63070caac633ba11f91.tar.gz
eclipse.platform.releng.aggregator-bfc82792a01680e20a89f63070caac633ba11f91.tar.xz
eclipse.platform.releng.aggregator-bfc82792a01680e20a89f63070caac633ba11f91.zip
Bug 459799 - Integrate eclipse.platform.ui.tools Git repo into platform
build
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml3
-rw-r--r--pom.xml1
-rw-r--r--streams/repositories.txt1
3 files changed, 5 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 1754096c5..81a6d8439 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
@@ -34,6 +34,9 @@
id="org.eclipse.sdk"
version="0.0.0" />
<feature
+ id="org.eclipse.e4.core.tools.feature"
+ version="0.0.0" />
+ <feature
id="org.eclipse.osgi.compatibility.plugins.feature"
version="0.0.0" />
<feature
diff --git a/pom.xml b/pom.xml
index 1dc324c13..43ad22a0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<module>eclipse.platform.team</module>
<module>eclipse.platform.text</module>
<module>eclipse.platform.ua</module>
+ <module>eclipse.platform.ui.tools</module>
<module>rt.equinox.bundles</module>
<module>rt.equinox.framework</module>
diff --git a/streams/repositories.txt b/streams/repositories.txt
index bf1f67c6d..1b93827ca 100644
--- a/streams/repositories.txt
+++ b/streams/repositories.txt
@@ -22,3 +22,4 @@ eclipse.platform.team: master
eclipse.platform.text: master
eclipse.platform.ua: master
eclipse.platform.ui: master
+eclipse.platform.ui.tools: master

Back to the top