blob: 169b76bf4924e897c72b540ecda2614ae61e0a8b [file] [log] [blame]
Jeff McAffer45009ad2005-11-21 23:08:47 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
Oleg Besedin9a7ae792007-11-28 20:52:20 +00004Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true
Thomas Watsoncef4cbe2021-05-03 08:41:18 -05005Bundle-Version: 3.10.200.qualifier
Jeff McAffer45009ad2005-11-21 23:08:47 +00006Bundle-Localization: plugin
Oleg Besedin9a7ae792007-11-28 20:52:20 +00007Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,
8 org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
Jeff McAffer45009ad2005-11-21 23:08:47 +00009 org.eclipse.core.internal.registry.osgi;x-friends:="org.eclipse.core.runtime",
10 org.eclipse.core.internal.registry.spi;x-internal:=true,
Christoph Laeubrichb843dbf2020-09-25 13:36:47 +020011 org.eclipse.core.runtime;registry=split;version="3.7.0";mandatory:=registry,
Thomas Watson11612c22008-04-16 14:55:20 +000012 org.eclipse.core.runtime.dynamichelpers;version="3.4.0",
13 org.eclipse.core.runtime.spi;version="3.4.0"
Christoph Laeubrichb843dbf2020-09-25 13:36:47 +020014Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.14.0,4.0.0)"
Jeff McAffer45009ad2005-11-21 23:08:47 +000015Bundle-Vendor: %providerName
16Bundle-Activator: org.eclipse.core.internal.registry.osgi.Activator
DJ Houghtonc23b9f12006-06-16 14:26:19 +000017Import-Package: javax.xml.parsers,
18 org.eclipse.core.runtime.jobs;resolution:=optional,
Oleg Besedin8443b252006-06-22 18:20:40 +000019 org.eclipse.osgi.framework.console;resolution:=optional,
Pascal Rapicault8d59f742006-01-17 14:55:55 +000020 org.eclipse.osgi.service.datalocation,
21 org.eclipse.osgi.service.debug,
DJ Houghtonc23b9f12006-06-16 14:26:19 +000022 org.eclipse.osgi.service.environment;resolution:=optional,
Oleg Besedina6930152009-11-13 21:41:21 +000023 org.eclipse.osgi.service.localization;version="1.1.0",
DJ Houghtonc23b9f12006-06-16 14:26:19 +000024 org.eclipse.osgi.service.resolver;resolution:=optional,
25 org.eclipse.osgi.storagemanager,
26 org.eclipse.osgi.util,
Pascal Rapicault8d59f742006-01-17 14:55:55 +000027 org.osgi.framework,
28 org.osgi.service.packageadmin,
Thomas Watson259b4222006-01-17 19:13:16 +000029 org.osgi.util.tracker,
30 org.xml.sax,
DJ Houghtonc23b9f12006-06-16 14:26:19 +000031 org.xml.sax.helpers
Pascal Rapicault62670142006-02-03 18:43:37 +000032Eclipse-ExtensibleAPI: true
Thomas Watson7326a142008-01-29 22:46:13 +000033Bundle-ActivationPolicy: lazy
Andrey Loskutovbd16dcd2017-04-23 23:31:07 +020034Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Karsten Thoms4190b192017-12-21 14:58:58 +010035Automatic-Module-Name: org.eclipse.equinox.registry