Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet/META-INF')
-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