Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff McAffer2005-11-21 23:08:47 +0000
committerJeff McAffer2005-11-21 23:08:47 +0000
commit45009ada3d70007a38c2b01760ee3990156cf0f3 (patch)
tree20f72908f5e790cd9c5a25a8962a75770991f07a /bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
downloadrt.equinox.bundles-45009ada3d70007a38c2b01760ee3990156cf0f3.tar.gz
rt.equinox.bundles-45009ada3d70007a38c2b01760ee3990156cf0f3.tar.xz
rt.equinox.bundles-45009ada3d70007a38c2b01760ee3990156cf0f3.zip
Bug 113663 [plan item] Refactor the runtime. Initail commitv200511211912
Diffstat (limited to 'bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..d7bfc7457
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true
+Bundle-Version: 1.0.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",
+ org.eclipse.core.runtime
+Bundle-Vendor: %providerName
+Bundle-Activator: org.eclipse.core.internal.runtime.Activator
+Require-Bundle: system.bundle;resolution:=optional,
+ org.eclipse.equinox.supplement;resolution:=optional

Back to the top