13 lines
480 B
Plaintext
13 lines
480 B
Plaintext
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: Jetty :: OSGi :: HttpService
|
||
|
Bundle-SymbolicName: org.eclipse.jetty.osgi.httpservice;singleton:=true
|
||
|
Bundle-Version: 7.0.1.SNAPSHOT
|
||
|
Bundle-Vendor: Mort Bay Consulting
|
||
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||
|
Import-Package: javax.servlet;version="2.5.0",
|
||
|
javax.servlet.http;version="2.5.0",
|
||
|
org.osgi.service.http;version="1.2.0",
|
||
|
org.eclipse.equinox.http.servlet
|
||
|
Jetty-ContextFilePath: contexts/httpservice.xml
|