Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.equinox.p2.sdk/feature.xml25
1 files changed, 4 insertions, 21 deletions
diff --git a/features/org.eclipse.equinox.p2.sdk/feature.xml b/features/org.eclipse.equinox.p2.sdk/feature.xml
index 2e52dc0c6..dfd6886f4 100644
--- a/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ b/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -17,6 +17,10 @@
%license
</license>
+ <includes
+ id="org.eclipse.equinox.p2.discovery.feature"
+ version="0.0.0"/>
+
<plugin
id="org.apache.commons.codec"
download-size="0"
@@ -636,25 +640,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.equinox.p2.discovery"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.equinox.p2.discovery.compatiblity"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.equinox.p2.ui.discovery"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top