diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-08-31 22:18:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-08-31 22:18:54 +0200 |
commit | 4a11534c25a17df3acb185ce701e921cca688b4b (patch) | |
tree | 3b2c86eb31d2bda2081b2dd9007e2b6d47635bea /org.eclipse.jgit.junit.http | |
parent | 3a4a5a4e57f41c595ba950ea6f6680260669bf34 (diff) | |
download | jgit-4a11534c25a17df3acb185ce701e921cca688b4b.tar.gz 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.junit.http')
-rw-r--r-- | org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF index 73221e49c2..949d93cbcc 100644 --- a/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF @@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.jgit.junit.http Bundle-Version: 4.1.0.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name +Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: javax.servlet;version="[2.5.0,3.2.0)", javax.servlet.http;version="[2.5.0,3.2.0)", |