Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Fauth2016-06-28 20:27:47 +0000
committerDirk Fauth2016-06-29 19:30:51 +0000
commit62a50bbac77fb5b15d47bb6acec67e27716dff0e (patch)
tree1b546917511376d1943b55ae5b886a0d4529d3c5 /bundles/org.eclipse.equinox.http.servlet
parent9cb3b48da78187f6fde2715e32d81d1250f4ae73 (diff)
downloadrt.equinox.bundles-62a50bbac77fb5b15d47bb6acec67e27716dff0e.tar.gz
rt.equinox.bundles-62a50bbac77fb5b15d47bb6acec67e27716dff0e.tar.xz
rt.equinox.bundles-62a50bbac77fb5b15d47bb6acec67e27716dff0e.zip
Added the Provide-Capability header for the ConfigurationAdmin implementation. Also added p2.inf files for o.e.equinox.cm, o.e.equinox.http.servlet and o.e.equinox.metatype to be able to specify p2 metadata to be used by the p2 resolver. Change-Id: I5739b4a8414457223b78cd8a93bcd4f31bb45d08 Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet')
-rw-r--r--bundles/org.eclipse.equinox.http.servlet/META-INF/p2.inf6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.http.servlet/META-INF/p2.inf b/bundles/org.eclipse.equinox.http.servlet/META-INF/p2.inf
new file mode 100644
index 000000000..cca0cce75
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http.servlet/META-INF/p2.inf
@@ -0,0 +1,6 @@
+provides.0.namespace = osgi.implementation
+provides.0.name = osgi.http
+provides.1.namespace = osgi.service
+provides.1.name = org.osgi.service.http.HttpService
+provides.2.namespace = osgi.service
+provides.2.name = org.osgi.service.http.runtime.HttpServiceRuntime

Back to the top