Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-07-18 13:55:47 +0000
committerThomas Watson2012-07-18 13:55:47 +0000
commitb151f5171c3af422ec1ad6f3cde26b48faef6fb4 (patch)
treec4f3adaa0b53efd8fb7340c695a2ff2d207d1eec
parent364d9c910e2fb01d448fd626f22df20419a6f02b (diff)
downloadrt.equinox.bundles-b151f5171c3af422ec1ad6f3cde26b48faef6fb4.tar.gz
rt.equinox.bundles-b151f5171c3af422ec1ad6f3cde26b48faef6fb4.tar.xz
rt.equinox.bundles-b151f5171c3af422ec1ad6f3cde26b48faef6fb4.zip
Bug 329212 - OSGI app binaries do not inherit Java 2 securityR36x_v20120718R3_6_maintenance
-rw-r--r--bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 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 05fb0e2c1..2d07b8289 100644
--- a/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper
-Bundle-Version: 1.0.201.qualifier
+Bundle-Version: 1.0.202.qualifier
Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator
Import-Package: javax.servlet;version="[2.4, 3.0)",
javax.servlet.http;version="[2.4, 3.0)",

Back to the top