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 |
Oleg Besedin | 9a7ae79 | 2007-11-28 20:52:20 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true |
Thomas Watson | cef4cbe | 2021-05-03 08:41:18 -0500 | [diff] [blame] | 5 | Bundle-Version: 3.10.200.qualifier |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 6 | Bundle-Localization: plugin |
Oleg Besedin | 9a7ae79 | 2007-11-28 20:52:20 +0000 | [diff] [blame] | 7 | Export-Package: org.eclipse.core.internal.adapter;x-internal:=true, |
| 8 | org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime", |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 9 | org.eclipse.core.internal.registry.osgi;x-friends:="org.eclipse.core.runtime", |
| 10 | org.eclipse.core.internal.registry.spi;x-internal:=true, |
Christoph Laeubrich | b843dbf | 2020-09-25 13:36:47 +0200 | [diff] [blame] | 11 | org.eclipse.core.runtime;registry=split;version="3.7.0";mandatory:=registry, |
Thomas Watson | 11612c2 | 2008-04-16 14:55:20 +0000 | [diff] [blame] | 12 | org.eclipse.core.runtime.dynamichelpers;version="3.4.0", |
| 13 | org.eclipse.core.runtime.spi;version="3.4.0" |
Christoph Laeubrich | b843dbf | 2020-09-25 13:36:47 +0200 | [diff] [blame] | 14 | Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.14.0,4.0.0)" |
Jeff McAffer | 45009ad | 2005-11-21 23:08:47 +0000 | [diff] [blame] | 15 | Bundle-Vendor: %providerName |
| 16 | Bundle-Activator: org.eclipse.core.internal.registry.osgi.Activator |
DJ Houghton | c23b9f1 | 2006-06-16 14:26:19 +0000 | [diff] [blame] | 17 | Import-Package: javax.xml.parsers, |
| 18 | org.eclipse.core.runtime.jobs;resolution:=optional, |
Oleg Besedin | 8443b25 | 2006-06-22 18:20:40 +0000 | [diff] [blame] | 19 | org.eclipse.osgi.framework.console;resolution:=optional, |
Pascal Rapicault | 8d59f74 | 2006-01-17 14:55:55 +0000 | [diff] [blame] | 20 | org.eclipse.osgi.service.datalocation, |
| 21 | org.eclipse.osgi.service.debug, |
DJ Houghton | c23b9f1 | 2006-06-16 14:26:19 +0000 | [diff] [blame] | 22 | org.eclipse.osgi.service.environment;resolution:=optional, |
Oleg Besedin | a693015 | 2009-11-13 21:41:21 +0000 | [diff] [blame] | 23 | org.eclipse.osgi.service.localization;version="1.1.0", |
DJ Houghton | c23b9f1 | 2006-06-16 14:26:19 +0000 | [diff] [blame] | 24 | org.eclipse.osgi.service.resolver;resolution:=optional, |
| 25 | org.eclipse.osgi.storagemanager, |
| 26 | org.eclipse.osgi.util, |
Pascal Rapicault | 8d59f74 | 2006-01-17 14:55:55 +0000 | [diff] [blame] | 27 | org.osgi.framework, |
| 28 | org.osgi.service.packageadmin, |
Thomas Watson | 259b422 | 2006-01-17 19:13:16 +0000 | [diff] [blame] | 29 | org.osgi.util.tracker, |
| 30 | org.xml.sax, |
DJ Houghton | c23b9f1 | 2006-06-16 14:26:19 +0000 | [diff] [blame] | 31 | org.xml.sax.helpers |
Pascal Rapicault | 6267014 | 2006-02-03 18:43:37 +0000 | [diff] [blame] | 32 | Eclipse-ExtensibleAPI: true |
Thomas Watson | 7326a14 | 2008-01-29 22:46:13 +0000 | [diff] [blame] | 33 | Bundle-ActivationPolicy: lazy |
Andrey Loskutov | bd16dcd | 2017-04-23 23:31:07 +0200 | [diff] [blame] | 34 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Karsten Thoms | 4190b19 | 2017-12-21 14:58:58 +0100 | [diff] [blame] | 35 | Automatic-Module-Name: org.eclipse.equinox.registry |