force activation on class load to avoid NPE on Eclipse 3.7.2 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=357199 git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk@1409450 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF b/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF index 29dc546..2e4a824 100644 --- a/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF +++ b/plugins/org.apache.geronimo.runtime.common/META-INF/MANIFEST.MF
@@ -78,3 +78,4 @@ org.apache.geronimo.specs.activation Bundle-Vendor: Apache Software Foundation Import-Package: javax.xml.namespace +Bundle-ActivationPolicy: lazy