mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1039 7e9141cc-0065-0410-87d8-b60c137991c4
20 lines
816 B
Plaintext
20 lines
816 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Jetty :: OSGi :: Boot JSP
|
|
Fragment-Host: org.eclipse.jetty.osgi.boot
|
|
Bundle-SymbolicName: org.eclipse.jetty.osgi.boot.jsp;singleton:=true
|
|
Bundle-Version: 7.0.1.qualifier
|
|
Bundle-Vendor: Mort Bay Consulting
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Require-Bundle: org.mortbay.jetty.jsp-2.1;bundle-version="[7.0,8)",
|
|
org.mortbay.jetty.jsp-2.1-glassfish;bundle-version="[9.1.1, 10.0)"
|
|
Import-Package: javax.el;version="2.1",
|
|
javax.servlet.jsp;version="2.1",
|
|
javax.servlet.jsp.el;version="2.1",
|
|
javax.servlet.jsp.jstl.core;version="2.1",
|
|
javax.servlet.jsp.jstl.fmt;version="2.1",
|
|
javax.servlet.jsp.jstl.sql;version="2.1",
|
|
javax.servlet.jsp.jstl.tlv;version="2.1",
|
|
javax.servlet.jsp.resources;version="2.1",
|
|
javax.servlet.jsp.tagext;version="2.1"
|