Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-08-31 20:18:54 +0000
committerMatthias Sohn2015-08-31 20:18:54 +0000
commit4a11534c25a17df3acb185ce701e921cca688b4b (patch)
tree3b2c86eb31d2bda2081b2dd9007e2b6d47635bea /org.eclipse.jgit/META-INF/MANIFEST.MF
parent3a4a5a4e57f41c595ba950ea6f6680260669bf34 (diff)
downloadjgit-4a11534c25a17df3acb185ce701e921cca688b4b.tar.gz
jgit-4a11534c25a17df3acb185ce701e921cca688b4b.tar.xz
jgit-4a11534c25a17df3acb185ce701e921cca688b4b.zip
Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4e
This header was removed unintentionally from some bundles in 3a4a5a4e57f41c595ba950ea6f6680260669bf34. Restore it to ensure lazy activation of bundles. Change-Id: I1f841f978fb93278e3ec0533a01f1363510dd976 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF
index c12d7032a4..413567cda0 100644
--- a/org.eclipse.jgit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit/META-INF/MANIFEST.MF
@@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.jgit
Bundle-Version: 4.1.0.qualifier
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
+Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.jgit.api;version="4.1.0";
uses:="org.eclipse.jgit.revwalk,
org.eclipse.jgit.treewalk.filter,

Back to the top