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 |
Alexander Kurtakov | a6c2e1a | 2021-02-01 22:24:24 +0200 | [diff] [blame] | 5 | Bundle-Version: 3.14.100.qualifier |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 6 | Bundle-Localization: plugin |
Lars Vogel | 5e36a10 | 2019-12-09 22:23:07 +0100 | [diff] [blame] | 7 | Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.pde.build", |
Oleg Besedin | c3b3739 | 2007-11-30 15:56:29 +0000 | [diff] [blame] | 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", |
Christoph Laeubrich | b843dbf | 2020-09-25 13:36:47 +0200 | [diff] [blame] | 17 | org.eclipse.core.runtime;common=split;version="3.7.0";mandatory:=common, |
Thomas Wolf | 2c0dcf6 | 2020-05-22 13:53:36 +0200 | [diff] [blame] | 18 | org.eclipse.core.text;version="3.13.0", |
Thomas Watson | de1a385 | 2009-11-03 16:32:30 +0000 | [diff] [blame] | 19 | org.eclipse.equinox.events;version="1.0.0" |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 20 | Bundle-Vendor: %providerName |
| 21 | Bundle-Activator: org.eclipse.core.internal.runtime.Activator |
Thomas Watson | ce92078 | 2011-01-08 04:54:43 +0000 | [diff] [blame] | 22 | Import-Package: org.eclipse.equinox.log;version="[1.0,2.0)", |
| 23 | org.eclipse.osgi.framework.log;version="[1.1, 2.0)", |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 24 | org.eclipse.osgi.service.datalocation, |
Thomas Watson | 383338c | 2006-03-01 22:02:48 +0000 | [diff] [blame] | 25 | org.eclipse.osgi.service.debug, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 26 | org.eclipse.osgi.service.localization, |
| 27 | org.eclipse.osgi.service.urlconversion, |
| 28 | org.eclipse.osgi.util, |
| 29 | org.osgi.framework, |
Thomas Watson | ce92078 | 2011-01-08 04:54:43 +0000 | [diff] [blame] | 30 | org.osgi.service.log;version="[1.3.0, 2.0)", |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 31 | org.osgi.service.packageadmin, |
Thomas Watson | ce92078 | 2011-01-08 04:54:43 +0000 | [diff] [blame] | 32 | org.osgi.service.url, |
Thomas Watson | 4ce0f85 | 2006-02-14 03:49:39 +0000 | [diff] [blame] | 33 | org.osgi.util.tracker |
Jonah Graham | 06804a4 | 2021-04-25 21:11:40 -0400 | [diff] [blame] | 34 | Bundle-RequiredExecutionEnvironment: JavaSE-11 |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 35 | Bundle-ActivationPolicy: lazy |
Karsten Thoms | 4190b19 | 2017-12-21 14:58:58 +0100 | [diff] [blame] | 36 | Automatic-Module-Name: org.eclipse.equinox.common |