Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-09-25 19:14:59 +0000
committerAlexander Kurtakov2019-09-25 19:27:37 +0000
commit1f1bee22cc029e32af2c9bdb2a618c9fa09cfc45 (patch)
tree9ddc6618eddd1f5999178a42fe8d598a9fab3ea6 /features/org.eclipse.equinox.core.feature/feature.xml
parent03c600caa7b4dd477d0875ef824d81d7bb231bde (diff)
downloadrt.equinox.bundles-1f1bee22cc029e32af2c9bdb2a618c9fa09cfc45.tar.gz
rt.equinox.bundles-1f1bee22cc029e32af2c9bdb2a618c9fa09cfc45.tar.xz
rt.equinox.bundles-1f1bee22cc029e32af2c9bdb2a618c9fa09cfc45.zip
Bug 533801 - Stop including o.e.equinox.util in productsI20190927-0145I20190926-1800
And equinox.io/ip too as they depend on equinox.util. Drop bundles from features and bump minor version of the features due to removal. Change-Id: I301894027e837103efe72cd08f2269d2f196caae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.equinox.core.feature/feature.xml')
-rw-r--r--features/org.eclipse.equinox.core.feature/feature.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/features/org.eclipse.equinox.core.feature/feature.xml b/features/org.eclipse.equinox.core.feature/feature.xml
index 47a9c7777..f37b916d3 100644
--- a/features/org.eclipse.equinox.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.core.feature"
label="%featureName"
- version="1.10.100.qualifier"
+ version="1.11.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
@@ -51,13 +51,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.equinox.util"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.equinox.registry"
download-size="0"
install-size="0"

Back to the top