Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Wagenknecht2014-03-15 13:37:33 +0000
committerGunnar Wagenknecht2014-03-15 13:37:33 +0000
commitac17a301d704a7c2e54f6ed6fcdfb5d586aadbc5 (patch)
treea57ccf0dab14018a8a8397e30f6c1698ad4d4a15 /bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
parente3ffbbd9de1f3317f222fe56add7f4cd71eadb1d (diff)
downloadrt.equinox.bundles-ac17a301d704a7c2e54f6ed6fcdfb5d586aadbc5.tar.gz
rt.equinox.bundles-ac17a301d704a7c2e54f6ed6fcdfb5d586aadbc5.tar.xz
rt.equinox.bundles-ac17a301d704a7c2e54f6ed6fcdfb5d586aadbc5.zip
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 <gunnar@wagenknecht.org>
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF6
1 files 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

Back to the top