12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Support for rfc66 war url scheme
|
|
Bundle-SymbolicName: org.eclipse.jetty.osgi.boot.warurl;singleton:=true
|
|
Bundle-Version: 8.0.0.qualifier
|
|
Bundle-Activator: org.eclipse.jetty.osgi.boot.warurl.WarUrlActivator
|
|
Bundle-Vendor: Mort Bay Consulting
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Import-Package: org.eclipse.jetty.util,
|
|
org.osgi.framework,
|
|
org.osgi.service.url
|