blob: 0e54732352a33054ef124225e8526f86bbd396ab [file] [log] [blame]
jfogell83fbd372005-12-15 20:25:22 +00001Bundle-ManifestVersion: 2
2Bundle-Name: %bundleName
Samuel Brattonbb5847a2014-08-07 15:21:12 -05003Bundle-Version: 1.4.100.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)",
Samuel Brattonbb5847a2014-08-07 15:21:12 -050012 org.osgi.service.metatype;version="[1.2.0,1.4.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";
23 version:Version="1.3";
24 uses:="org.osgi.service.metatype",
25 osgi.extender;
26 osgi.extender="osgi.metatype";
27 version:Version="1.3";
28 uses:="org.osgi.service.metatype",
29 osgi.service;
30 objectClass:List<String>="org.osgi.service.metatype.MetaTypeService";
31 uses:="org.osgi.service.metatype"