Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Auge2019-03-04 19:41:47 +0000
committerRaymond Auge2019-03-05 22:16:05 +0000
commit775dd74aa404e745a1beac5903cc642782d15115 (patch)
treebed2bea240c3612cc07c3fc702352c51e99288e8
parentfd5a393c8790001cf03e3101d4531128d80f81ff (diff)
downloadrt.equinox.bundles-775dd74aa404e745a1beac5903cc642782d15115.tar.gz
rt.equinox.bundles-775dd74aa404e745a1beac5903cc642782d15115.tar.xz
rt.equinox.bundles-775dd74aa404e745a1beac5903cc642782d15115.zip
Bug 545083 - [http jetty] fix the servlet import range to match the what equinox.http.servlet supports so they can be used together across that range
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
-rw-r--r--bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF
index aa515c8e9..5f07f17b8 100644
--- a/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF
@@ -6,8 +6,8 @@ Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.equinox.http.jetty
Bundle-Version: 3.7.0.qualifier
Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator
-Import-Package: javax.servlet;version="[2.6.0,4.0.0)",
- javax.servlet.http;version="[2.6.0,4.0.0)",
+Import-Package: javax.servlet;version="[3.1.0,5.0.0)",
+ javax.servlet.http;version="[3.1.0,5.0.0)",
org.eclipse.equinox.http.servlet;version="[1.2.0,2.0.0)",
org.eclipse.jetty.http;version="[9.4.0,10.0.0)",
org.eclipse.jetty.server;version="[9.4.0,10.0.0)",

Back to the top