Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.http.jetty.starter/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.http.jetty.starter/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.http.jetty.starter/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.jetty.starter/META-INF/MANIFEST.MF
index a49a26fa7..7081fd2d4 100644
--- a/bundles/org.eclipse.equinox.http.jetty.starter/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.jetty.starter/META-INF/MANIFEST.MF
@@ -11,3 +11,4 @@ Import-Package: org.eclipse.equinox.http.jetty;version="[1.0.0,2.0.0)",
org.osgi.framework.startlevel;version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Comment-Header: The purpose of this plugin is to eagerly start the Jetty Service. It's primary use is in testing the Equinox http.servlet against the OSGi Http Whiteboard CT.
+Automatic-Module-Name: org.eclipse.equinox.http.jetty.starter

Back to the top