Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2006-01-30 20:32:23 +0000
committerDJ Houghton2006-01-30 20:32:23 +0000
commit186cb065a9c17f00928990ee65cb829e3a037b47 (patch)
tree7176da56c6566f3daf0f5492e974843f90d477c4 /bundles/org.eclipse.equinox.registry/META-INF
parent0dfb62acca921e22bdcde2b4376f8962d4083a88 (diff)
downloadrt.equinox.bundles-186cb065a9c17f00928990ee65cb829e3a037b47.tar.gz
rt.equinox.bundles-186cb065a9c17f00928990ee65cb829e3a037b47.tar.xz
rt.equinox.bundles-186cb065a9c17f00928990ee65cb829e3a037b47.zip
Bug 117530 - equinox.registry should have its own InvalidRegistryObjectExceptionv20060130pre_126344
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF1
1 files changed, 0 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 bdd809dbf..f604df508 100644
--- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -8,7 +8,6 @@ Export-Package: org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.
org.eclipse.core.internal.registry.osgi;x-friends:="org.eclipse.core.runtime",
org.eclipse.core.internal.registry.spi;x-internal:=true,
org.eclipse.equinox.registry.spi,
- org.eclipse.core.runtime,
org.eclipse.equinox.registry,
org.eclipse.equinox.registry.tracker
Require-Bundle: org.eclipse.equinox.common

Back to the top