Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2007-11-28 20:52:20 +0000
committerOleg Besedin2007-11-28 20:52:20 +0000
commit9a7ae79d2a71b19d50e25a841f8bf8216cbe1e25 (patch)
treefeb1103bbeb26c0954113f7d5d17a2b874dddf21 /bundles/org.eclipse.equinox.registry/META-INF
parent352285b5dbb64245dfb3679cf9c9c73e39318af0 (diff)
downloadrt.equinox.bundles-9a7ae79d2a71b19d50e25a841f8bf8216cbe1e25.tar.gz
rt.equinox.bundles-9a7ae79d2a71b19d50e25a841f8bf8216cbe1e25.tar.xz
rt.equinox.bundles-9a7ae79d2a71b19d50e25a841f8bf8216cbe1e25.zip
Bug 210699 Moving AdapterFactory into the registry bundle
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
index b34d34521..4efc72a42 100644
--- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.equinox.registry; singleton:=true
+Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true
Bundle-Version: 3.4.0.qualifier
Bundle-Localization: plugin
-Export-Package: org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
+Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,
+ org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
org.eclipse.core.internal.registry.osgi;x-friends:="org.eclipse.core.runtime",
org.eclipse.core.internal.registry.spi;x-internal:=true,
- org.eclipse.core.runtime; registry="split"; mandatory:="registry",
+ org.eclipse.core.runtime;registry=split;mandatory:=registry,
org.eclipse.core.runtime.dynamichelpers,
org.eclipse.core.runtime.spi
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.2.0,4.0.0)"

Back to the top