Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 72c9cd177fc50406c23c18392ce22a03e8383757 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.servletbridge;singleton:=true
Bundle-Version: 1.3.200.qualifier
Bundle-Localization: plugin
Import-Package: javax.servlet;version="2.3.0",
 javax.servlet.http;version="2.3.0"
Export-Package: org.eclipse.equinox.servletbridge;version="1.1.0"
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4

Back to the top