Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-01-29 22:46:13 +0000
committerThomas Watson2008-01-29 22:46:13 +0000
commit7326a14ca158a507936d3ac0449826c778e41d80 (patch)
tree4c0858922d911720a59214b580d99a676936d5ee /bundles/org.eclipse.equinox.jsp.jasper
parentf09102266fe5d9d889d5ce698a0405ddbcd13aec (diff)
downloadrt.equinox.bundles-7326a14ca158a507936d3ac0449826c778e41d80.tar.gz
rt.equinox.bundles-7326a14ca158a507936d3ac0449826c778e41d80.tar.xz
rt.equinox.bundles-7326a14ca158a507936d3ac0449826c778e41d80.zip
Bug 216988 Migrate equinox bundles to Bundle-ActivationPolicyv20080201Root_jetty6
Diffstat (limited to 'bundles/org.eclipse.equinox.jsp.jasper')
-rw-r--r--bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 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 503720eee..77ca49e42 100644
--- a/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
@@ -17,4 +17,6 @@ Import-Package: javax.servlet;version="2.4",
Export-Package: org.eclipse.equinox.jsp.jasper;version="1.0.0"
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
J2SE-1.3
+Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy

Back to the top