Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2007-11-30 15:56:29 +0000
committerOleg Besedin2007-11-30 15:56:29 +0000
commitc3b373952ba3b9ef6beaf9e27e1a2c44abfd208e (patch)
tree8fceb6dd510943ad2aee7786563d2527c76b59ba
parent9a7ae79d2a71b19d50e25a841f8bf8216cbe1e25 (diff)
downloadrt.equinox.bundles-c3b373952ba3b9ef6beaf9e27e1a2c44abfd208e.tar.gz
rt.equinox.bundles-c3b373952ba3b9ef6beaf9e27e1a2c44abfd208e.tar.xz
rt.equinox.bundles-c3b373952ba3b9ef6beaf9e27e1a2c44abfd208e.zip
Bug 179619 Request for friendship: org.eclipse.core.filesystem
-rw-r--r--bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF13
1 files changed, 10 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 e1c85bf24..f463827fb 100644
--- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -4,9 +4,16 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true
Bundle-Version: 3.4.0.qualifier
Bundle-Localization: plugin
-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"
+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.filesystem",
+ 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