blob: 5fe4a40dd5992305953324aff9a259d984c9674d [file] [log] [blame]
jfogell83fbd372005-12-15 20:25:22 +00001Bundle-ManifestVersion: 2
2Bundle-Name: %bundleName
Karsten Thoms2270d712018-11-16 00:19:36 +01003Bundle-Version: 1.4.600.qualifier
jfogell83fbd372005-12-15 20:25:22 +00004Bundle-SymbolicName: org.eclipse.equinox.metatype
jwross421152f2011-07-13 13:39:33 -05005Bundle-Activator: org.eclipse.equinox.metatype.impl.Activator
Thomas Watson75f5f8e2010-10-11 20:29:13 +00006Import-Package: javax.xml.parsers,
Thomas Watsoncc5c7962011-03-18 19:37:21 +00007 org.eclipse.osgi.util;version="[1.1,2.0)",
8 org.osgi.framework;version="[1.6,2.0)",
9 org.osgi.framework.wiring;version="[1.0,2.0)",
10 org.osgi.service.cm;version="[1.2.1,2.0)",
11 org.osgi.service.log;version="[1.3,2.0)",
Thomas Watsondae7c582017-08-21 13:45:03 -050012 org.osgi.service.metatype;version="[1.2.0,1.5.0)",
Thomas Watsoncc5c7962011-03-18 19:37:21 +000013 org.osgi.util.tracker;version="[1.5,2.0)",
Thomas Watsonfc489482006-02-21 21:47:59 +000014 org.xml.sax,
15 org.xml.sax.helpers
Thomas Watson7c865c42014-04-02 21:53:29 -050016Export-Package: org.eclipse.equinox.metatype;version="1.3.0",
John Ross5f41f302013-09-11 05:36:18 -050017 org.eclipse.equinox.metatype.impl;version="1.3.0";x-friends:=org.eclipse.equinox.compendium.tests
jfogell83fbd372005-12-15 20:25:22 +000018Bundle-Vendor: %bundleVendor
jfogell83fbd372005-12-15 20:25:22 +000019Bundle-Localization: plugin
Thomas Watsonc239b452012-09-25 14:19:00 -050020Bundle-RequiredExecutionEnvironment: J2SE-1.5
Thomas Watsonb7d47502015-03-30 14:06:02 -050021Provide-Capability: osgi.implementation;
22 osgi.implementation="osgi.metatype";
Thomas Watson7235e162018-02-19 08:19:52 -060023 version:Version="1.4";
Thomas Watsonb7d47502015-03-30 14:06:02 -050024 uses:="org.osgi.service.metatype",
25 osgi.extender;
26 osgi.extender="osgi.metatype";
Thomas Watson7235e162018-02-19 08:19:52 -060027 version:Version="1.4";
Thomas Watsonb7d47502015-03-30 14:06:02 -050028 uses:="org.osgi.service.metatype",
29 osgi.service;
30 objectClass:List<String>="org.osgi.service.metatype.MetaTypeService";
31 uses:="org.osgi.service.metatype"
Karsten Thoms4190b192017-12-21 14:58:58 +010032Automatic-Module-Name: org.eclipse.equinox.metatype