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 |
Stefan Xenos | b3bdb7f | 2016-08-30 17:37:08 -0700 | [diff] [blame] | 5 | Bundle-Version: 3.9.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 | f5a8b4c | 2015-02-18 09:25:03 -0600 | [diff] [blame] | 17 | org.eclipse.core.runtime;common=split;version="3.5.0";mandatory:=common, |
Thomas Watson | de1a385 | 2009-11-03 16:32:30 +0000 | [diff] [blame] | 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 | ce92078 | 2011-01-08 04:54:43 +0000 | [diff] [blame] | 21 | Import-Package: org.eclipse.equinox.log;version="[1.0,2.0)", |
| 22 | org.eclipse.osgi.framework.log;version="[1.1, 2.0)", |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 23 | org.eclipse.osgi.service.datalocation, |
Thomas Watson | 383338c | 2006-03-01 22:02:48 +0000 | [diff] [blame] | 24 | org.eclipse.osgi.service.debug, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 25 | org.eclipse.osgi.service.localization, |
| 26 | org.eclipse.osgi.service.urlconversion, |
| 27 | org.eclipse.osgi.util, |
| 28 | org.osgi.framework, |
Thomas Watson | ce92078 | 2011-01-08 04:54:43 +0000 | [diff] [blame] | 29 | org.osgi.service.log;version="[1.3.0, 2.0)", |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 30 | org.osgi.service.packageadmin, |
Thomas Watson | ce92078 | 2011-01-08 04:54:43 +0000 | [diff] [blame] | 31 | org.osgi.service.url, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 32 | org.osgi.util.tracker |
Sergey Prigogin | 33d3c95 | 2016-09-20 11:00:24 -0700 | [diff] [blame^] | 33 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 34 | 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] | 35 | Eclipse-LazyStart: true |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 36 | Bundle-ActivationPolicy: lazy |