Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true |
| 5 | Bundle-Version: 1.0.0.qualifier |
| 6 | Bundle-Localization: plugin |
| 7 | 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", |
| 8 | org.eclipse.core.runtime |
| 9 | Bundle-Vendor: %providerName |
| 10 | Bundle-Activator: org.eclipse.core.internal.runtime.Activator |
| 11 | Require-Bundle: system.bundle;resolution:=optional, |
| 12 | org.eclipse.equinox.supplement;resolution:=optional |