Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-01-19 15:08:09 +0000
committerThomas Watson2017-01-19 15:08:09 +0000
commita6af99e655422bacedc4d35de56a20ac80145cd8 (patch)
tree4f0c42f99b8bda32b5f5d0e0d2608cec6d3e618d /features
parent83395839c881d4ed7604e825a38c7d1b6dd41119 (diff)
downloadrt.equinox.bundles-a6af99e655422bacedc4d35de56a20ac80145cd8.tar.gz
rt.equinox.bundles-a6af99e655422bacedc4d35de56a20ac80145cd8.tar.xz
rt.equinox.bundles-a6af99e655422bacedc4d35de56a20ac80145cd8.zip
Bug 501950 - need to add osgi.util to features that include
osgi.services Change-Id: Ib0b5942cbe37f6de0acf723cad434388510687d1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features')
-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