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 | de1a385 | 2009-11-03 16:32:30 +0000 | [diff] [blame^] | 5 | Bundle-Version: 3.6.0.qualifier |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 6 | Bundle-Localization: plugin |
Oleg Besedin | c3b3739 | 2007-11-30 15:56:29 +0000 | [diff] [blame] | 7 | Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.core.runtime.compatibility,org.eclipse.pde.build", |
| 8 | org.eclipse.core.internal.runtime;common=split;mandatory:=common; |
| 9 | x-friends:="org.eclipse.core.contenttype, |
| 10 | org.eclipse.core.jobs, |
| 11 | org.eclipse.equinox.preferences, |
| 12 | org.eclipse.equinox.registry, |
| 13 | org.eclipse.core.runtime, |
| 14 | org.eclipse.core.runtime.compatibility, |
Oleg Besedin | 95038cf | 2008-03-18 14:33:53 +0000 | [diff] [blame] | 15 | org.eclipse.core.filesystem, |
| 16 | org.eclipse.equinox.security", |
Thomas Watson | de1a385 | 2009-11-03 16:32:30 +0000 | [diff] [blame^] | 17 | org.eclipse.core.runtime;common=split;version="3.4.0";mandatory:=common, |
| 18 | org.eclipse.equinox.events;version="1.0.0" |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 19 | Bundle-Vendor: %providerName |
| 20 | Bundle-Activator: org.eclipse.core.internal.runtime.Activator |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 21 | Import-Package: org.eclipse.osgi.framework.log, |
| 22 | org.eclipse.osgi.service.datalocation, |
Thomas Watson | 383338c | 2006-03-01 22:02:48 +0000 | [diff] [blame] | 23 | org.eclipse.osgi.service.debug, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 24 | org.eclipse.osgi.service.localization, |
| 25 | org.eclipse.osgi.service.urlconversion, |
Thomas Watson | 383338c | 2006-03-01 22:02:48 +0000 | [diff] [blame] | 26 | org.osgi.service.url, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 27 | org.eclipse.osgi.util, |
| 28 | org.osgi.framework, |
| 29 | org.osgi.service.packageadmin, |
| 30 | org.osgi.util.tracker |
Pascal Rapicault | ddf5f28 | 2008-11-14 21:50:08 +0000 | [diff] [blame] | 31 | Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1, |
Simon Kaegi | a71c25e | 2008-11-14 21:52:11 +0000 | [diff] [blame] | 32 | J2SE-1.4 |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 33 | Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2 |
Oleg Besedin | 474bc36 | 2006-06-20 18:30:58 +0000 | [diff] [blame] | 34 | Eclipse-LazyStart: true |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 35 | Bundle-ActivationPolicy: lazy |