From ac17a301d704a7c2e54f6ed6fcdfb5d586aadbc5 Mon Sep 17 00:00:00 2001 From: Gunnar Wagenknecht Date: Sat, 15 Mar 2014 14:37:33 +0100 Subject: Bug 430444: Increase version range for Servlet API Change-Id: I4d62e2d0ae0967740befc880211fec93f137757b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=430444 Signed-off-by: Gunnar Wagenknecht --- bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF index ce72e4eba..b0a621bc3 100644 --- a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, J2SE-1.3 Export-Package: org.eclipse.equinox.http.servlet;version="1.1.0" -Import-Package: javax.servlet;version="[2.3.0,3.1)", +Import-Package: javax.servlet;version="[2.3.0,4.0.0)", javax.servlet.annotation;version="2.6.0";resolution:=optional, - javax.servlet.descriptor;version="2.6.0";resolution:=optional, - javax.servlet.http;version="[2.3,3.1)", + javax.servlet.descriptor;version="2.6.0";resolution:=optional, + javax.servlet.http;version="[2.3.0,4.0.0)", org.osgi.framework;version="1.3.0", org.osgi.service.http;version="[1.2,1.3)" Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2 -- cgit v1.2.3