Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-03-30 19:06:02 +0000
committerThomas Watson2015-03-30 19:06:02 +0000
commitb7d4750d71732f49cd7f3bbcf045d960bbfcf9f3 (patch)
tree28579373c0d8f08f35ac905edb4970a55ceb9c80 /bundles/org.eclipse.equinox.metatype
parentc09b8738c4ba9f7313cc6b31fe464667ae5b90cb (diff)
downloadrt.equinox.bundles-b7d4750d71732f49cd7f3bbcf045d960bbfcf9f3.tar.gz
rt.equinox.bundles-b7d4750d71732f49cd7f3bbcf045d960bbfcf9f3.tar.xz
rt.equinox.bundles-b7d4750d71732f49cd7f3bbcf045d960bbfcf9f3.zip
Bug 458854 - [metatype][1.3] Add osgi.implementation, osgi.extender and osgi.service capabilities to manifestI20150331-0800
Diffstat (limited to 'bundles/org.eclipse.equinox.metatype')
-rw-r--r--bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF
index a132f83f7..0e5473235 100644
--- a/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF
@@ -18,3 +18,14 @@ Export-Package: org.eclipse.equinox.metatype;version="1.3.0",
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Provide-Capability: osgi.implementation;
+ osgi.implementation="osgi.metatype";
+ version:Version="1.3";
+ uses:="org.osgi.service.metatype",
+ osgi.extender;
+ osgi.extender="osgi.metatype";
+ version:Version="1.3";
+ uses:="org.osgi.service.metatype",
+ osgi.service;
+ objectClass:List<String>="org.osgi.service.metatype.MetaTypeService";
+ uses:="org.osgi.service.metatype"

Back to the top