Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-12-09 21:23:07 +0000
committerAlexander Kurtakov2019-12-12 08:47:26 +0000
commit5e36a10cfcb63a762e6c1593064b8548f2ebf4f5 (patch)
treefd62089f731e7d07f4d2e32d746fc3770b34f9e6
parent1d97e1ec56c03051e9c82392cf34bf09bcfc2f66 (diff)
downloadrt.equinox.bundles-5e36a10cfcb63a762e6c1593064b8548f2ebf4f5.tar.gz
rt.equinox.bundles-5e36a10cfcb63a762e6c1593064b8548f2ebf4f5.tar.xz
rt.equinox.bundles-5e36a10cfcb63a762e6c1593064b8548f2ebf4f5.zip
Bug 478598 - Remove org.eclipse.core.runtime.compatibility fromI20191213-0155I20191212-1800
org.eclipse.equinox.common Change-Id: I1c472d0812a2ef00ab3e707d57349c4269dbb208 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
index 23e638eb4..fcdf9d9d4 100644
--- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true
Bundle-Version: 3.10.700.qualifier
Bundle-Localization: plugin
-Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.pde.build",
+Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.pde.build",
org.eclipse.core.internal.runtime;common=split;mandatory:=common;
x-friends:="org.eclipse.core.contenttype,
org.eclipse.core.jobs,

Back to the top