Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Auge2018-05-01 19:16:01 +0000
committerRaymond Auge2018-05-01 19:58:41 +0000
commit659633d628443f827257b7148a69b25a5634f850 (patch)
tree3f69a00204681ece9c64ebc592f753904aa0908f
parent7721bc64b507a9d8ac34e12645d2d774f3bd7004 (diff)
downloadrt.equinox.bundles-I20180507-0810.tar.gz
rt.equinox.bundles-I20180507-0810.tar.xz
rt.equinox.bundles-I20180507-0810.zip
Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Change-Id: I87c704f9eb914b871cf0cd415138971a8e4d7bed
-rw-r--r--bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
index 64086ebb6..a969b3dd9 100644
--- a/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
@@ -6,10 +6,10 @@ Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator
-Import-Package: javax.servlet;version="[2.4, 3.2)",
- javax.servlet.annotation;version="2.6";resolution:=optional,
- javax.servlet.descriptor;version="2.6";resolution:=optional,
- javax.servlet.http;version="[2.4, 3.2)",
+Import-Package: javax.servlet;version="[2.4, 5.0)",
+ javax.servlet.annotation;version="[2.6, 5.0)";resolution:=optional,
+ javax.servlet.descriptor;version="[2.6, 5.0)";resolution:=optional,
+ javax.servlet.http;version="[2.4, 5.0)",
javax.servlet.jsp;version="[2.0, 2.3)",
org.apache.jasper.servlet;version="[0, 8)",
org.osgi.framework;version="1.3.0",

Back to the top