Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2006-04-04 13:02:08 +0000
committerThomas Watson2006-04-04 13:02:08 +0000
commitcf36af08a87747c5a49853c690cb796464edf61d (patch)
tree623cdb189b09ac6a1f5abc9cabb3c10f7a46464d /bundles/org.eclipse.equinox.registry/META-INF
parent8b1287c3702c1ef7ec456beadac1448ca62b597f (diff)
downloadrt.equinox.bundles-cf36af08a87747c5a49853c690cb796464edf61d.tar.gz
rt.equinox.bundles-cf36af08a87747c5a49853c690cb796464edf61d.tar.xz
rt.equinox.bundles-cf36af08a87747c5a49853c690cb796464edf61d.zip
Bug 134083 Avoid use of mandatory:=bundle-symbolic-name
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
index 555ee938b..8861e9394 100644
--- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Localization: plugin
Export-Package: 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; mandatory:="bundle-symbolic-name",
+ org.eclipse.core.runtime; registry="split"; mandatory:="registry",
org.eclipse.core.runtime.dynamichelpers,
org.eclipse.core.runtime.spi
Require-Bundle: org.eclipse.equinox.common

Back to the top