Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.equinox.core.feature/feature.xml7
-rw-r--r--features/org.eclipse.equinox.server.core/feature.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.core.feature/feature.xml b/features/org.eclipse.equinox.core.feature/feature.xml
index 9802a337e..c788c4fd8 100644
--- a/features/org.eclipse.equinox.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.core.feature/feature.xml
@@ -30,6 +30,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.osgi.util"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.equinox.common"
download-size="0"
install-size="0"
diff --git a/features/org.eclipse.equinox.server.core/feature.xml b/features/org.eclipse.equinox.server.core/feature.xml
index 1e3f758af..ee9bc88d2 100644
--- a/features/org.eclipse.equinox.server.core/feature.xml
+++ b/features/org.eclipse.equinox.server.core/feature.xml
@@ -30,6 +30,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.osgi.util"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.equinox.common"
download-size="0"
install-size="0"

Back to the top