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 |
Thomas Watson | cea91b5 | 2007-08-27 18:20:25 +0000 | [diff] [blame] | 5 | Bundle-Version: 3.4.0.qualifier |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 6 | Bundle-Localization: plugin |
Thomas Watson | 6a353de | 2007-03-19 01:12:20 +0000 | [diff] [blame] | 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"; common="split"; mandatory:="common", |
| 8 | org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.pde.build", |
| 9 | org.eclipse.core.runtime; common="split"; mandatory:="common" |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 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 |
DJ Houghton | ed785c0 | 2006-04-19 21:54:19 +0000 | [diff] [blame] | 22 | Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, |
| 23 | J2SE-1.3 |
Oleg Besedin | 474bc36 | 2006-06-20 18:30:58 +0000 | [diff] [blame] | 24 | Eclipse-LazyStart: true |