mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-13 18:14:49 +00:00
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1687 7e9141cc-0065-0410-87d8-b60c137991c4
12 lines
431 B
Plaintext
12 lines
431 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: 7.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.jetty.osgi.boot.warurl.WarUrlActivator
|
|
Bundle-Vendor: Mort Bay Consulting
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Import-Package: org.eclipse.jetty.util,
|
|
org.osgi.framework,
|
|
org.osgi.service.url
|