Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-03-19 01:12:20 +0000
committerThomas Watson2007-03-19 01:12:20 +0000
commit6a353deebf0df96ee3be8f6b6537b0b30e3bbfda (patch)
tree3da380ff1991367ad455fbbf4148f161cde3997a /bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
parenta87ad0eb9984fd9f548612ca66d5dd246eb74531 (diff)
downloadrt.equinox.bundles-6a353deebf0df96ee3be8f6b6537b0b30e3bbfda.tar.gz
rt.equinox.bundles-6a353deebf0df96ee3be8f6b6537b0b30e3bbfda.tar.xz
rt.equinox.bundles-6a353deebf0df96ee3be8f6b6537b0b30e3bbfda.zip
Bug 177869 Please revert the changes in bug 177843 - causing build breakage
Diffstat (limited to 'bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
index 0b8f3e6fe..86e795624 100644
--- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -4,9 +4,9 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true
Bundle-Version: 3.3.0.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",
- org.eclipse.core.internal.runtime;common=split;mandatory:=common;x-friends:="org.eclipse.core.contenttype,org.eclipse.core.jobs,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.core.runtime,org.eclipse.core.runtime.compatibility",
- org.eclipse.core.runtime;common=split;mandatory:=common;uses:="org.osgi.framework"
+Export-Package: org.eclipse.core.internal.runtime;x-friends:="org.eclipse.core.contenttype,org.eclipse.core.jobs,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.core.runtime,org.eclipse.core.runtime.compatibility"; common="split"; mandatory:="common",
+ org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.pde.build",
+ org.eclipse.core.runtime; common="split"; mandatory:="common"
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.core.internal.runtime.Activator
Import-Package: org.eclipse.osgi.framework.log,

Back to the top