Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 64af5397369c13ebb19e998bd8eb1dc1db37da03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.equinox.http.jetty.starter
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.equinox.http.jetty.starter.internal.Activator
Import-Package: org.eclipse.equinox.http.jetty;version="[1.0.0,2.0.0)",
 org.osgi.framework;version="1.3.0",
 org.osgi.framework.startlevel;version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
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.

Back to the top