Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-12-01 22:39:07 +0000
committerThomas Watson2011-12-01 22:39:07 +0000
commitdb1d687a74a0973049ab540ba5c115b0593a57d3 (patch)
treefa20554d1f39f0f6e307a7eb60dc8992b4600b8b /bundles
parent6ecef291a93bfad9cbdf13d23bad7cd5f4e438f1 (diff)
downloadrt.equinox.bundles-db1d687a74a0973049ab540ba5c115b0593a57d3.tar.gz
rt.equinox.bundles-db1d687a74a0973049ab540ba5c115b0593a57d3.tar.xz
rt.equinox.bundles-db1d687a74a0973049ab540ba5c115b0593a57d3.zip
Bug 360245 - javax.servlet package versions for the Servlet 3v20111201-2239
specification
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.equinox.http.jetty8/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.http.jetty8/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.jetty8/META-INF/MANIFEST.MF
index 63e1da939..4e671f059 100755
--- a/bundles/org.eclipse.equinox.http.jetty8/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.jetty8/META-INF/MANIFEST.MF
@@ -6,8 +6,8 @@ Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.equinox.http.jetty
Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator
-Import-Package: javax.servlet;version="[3.0.0,4.0.0)",
- javax.servlet.http;version="[3.0.0,4.0.0)",
+Import-Package: javax.servlet;version="[2.6.0,4.0.0)",
+ javax.servlet.http;version="[2.6.0,4.0.0)",
org.eclipse.equinox.http.servlet;version="1.0.0",
org.eclipse.jetty.http;version="[8.0.0,9.0.0)",
org.eclipse.jetty.http.ssl;version="[8.0.0,9.0.0)",

Back to the top