Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-02-02 15:54:17 +0000
committerAlexander Kurtakov2021-02-04 13:53:24 +0000
commitd2bdfb1f4d286fe16f40f8d56794fee021233afe (patch)
tree64fa050a598179b420a7d9e2f0f9d910ca6863be
parentb454674cd9975569f8fd68aacb913e6df12a8050 (diff)
downloadeclipse.platform.releng.aggregator-d2bdfb1f4d286fe16f40f8d56794fee021233afe.tar.gz
eclipse.platform.releng.aggregator-d2bdfb1f4d286fe16f40f8d56794fee021233afe.tar.xz
eclipse.platform.releng.aggregator-d2bdfb1f4d286fe16f40f8d56794fee021233afe.zip
Bug 570855 - Include org.eclipse.jdt.ui.unittest.junit.feature in p2
site Friendl way to install it. Change-Id: I7ae648288034b1a5358222a8a99dbb0562028b50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
index a90977c75..7befb71a4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml
@@ -20,10 +20,8 @@
<feature id="org.eclipse.pde.api.tools.ee.feature" version="0.0.0"/>
<feature id="org.eclipse.tips.feature" version="0.0.0"/>
<feature id="org.eclipse.tips.feature.source" version="0.0.0"/>
+ <feature id="org.eclipse.jdt.ui.unittest.junit.feature" version="0.0.0"/>
<bundle id="org.eclipse.jdt.core.compiler.batch" version="0.0.0"/>
<bundle id="org.eclipse.e4.ui.progress"/>
<bundle id="org.eclipse.e4.ui.progress.source"/>
- <!-- Will be removed soon, once integrated in an appropriate feature -->
- <bundle id="org.eclipse.unittest.ui"/>
- <bundle id="org.eclipse.unittest.ui.source"/>
</site>

Back to the top