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 |
DJ Houghton | 38d993b | 2006-02-21 22:26:23 +0000 | [diff] [blame] | 5 | Bundle-Version: 3.2.0.qualifier |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 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", |
Thomas Watson | 383338c | 2006-03-01 22:02:48 +0000 | [diff] [blame^] | 8 | org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.pde.build", |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 9 | org.eclipse.core.runtime |
| 10 | Bundle-Vendor: %providerName |
| 11 | Bundle-Activator: org.eclipse.core.internal.runtime.Activator |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 12 | Import-Package: org.eclipse.osgi.framework.log, |
| 13 | org.eclipse.osgi.service.datalocation, |
Thomas Watson | 383338c | 2006-03-01 22:02:48 +0000 | [diff] [blame^] | 14 | org.eclipse.osgi.service.debug, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 15 | org.eclipse.osgi.service.localization, |
| 16 | org.eclipse.osgi.service.urlconversion, |
Thomas Watson | 383338c | 2006-03-01 22:02:48 +0000 | [diff] [blame^] | 17 | org.osgi.service.url, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 18 | org.eclipse.osgi.util, |
| 19 | org.osgi.framework, |
| 20 | org.osgi.service.packageadmin, |
| 21 | org.osgi.util.tracker |