Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-08-31 07:44:57 +0000
committerMatthias Sohn2015-08-31 20:23:40 +0000
commita95eb70482c4192cf28daef8a221b22a64fa6ce1 (patch)
treec770f14c9889f6b0e3d11af9864813c445742b01 /org.eclipse.egit.doc/META-INF/MANIFEST.MF
parent99cdec0cd3cce94f4ceb69364c715dfa81ee0edb (diff)
downloadegit-a95eb70482c4192cf28daef8a221b22a64fa6ce1.tar.gz
egit-a95eb70482c4192cf28daef8a221b22a64fa6ce1.tar.xz
egit-a95eb70482c4192cf28daef8a221b22a64fa6ce1.zip
Fix issues in OSGi manifests
- add missing uses-clauses of gitflow bundles - export all packages, also internal ones to allow experiments - add missing Bundle-ActivationPolicy to org.eclipse.egit.doc Bug: 476164 Change-Id: I6404cc3e35fdd6a44c6b9172f11b0a3ab830937b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.doc/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.doc/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.doc/META-INF/MANIFEST.MF b/org.eclipse.egit.doc/META-INF/MANIFEST.MF
index f04a80940d..dd1a88c93f 100644
--- a/org.eclipse.egit.doc/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.doc/META-INF/MANIFEST.MF
@@ -4,6 +4,7 @@ Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.egit.doc;singleton:=true
Bundle-Version: 4.1.0.qualifier
Bundle-Vendor: %Bundle-Vendor
+Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Require-Bundle: org.eclipse.mylyn.wikitext.core;bundle-version="[2.0.0,3.0.0)";resolution:=optional,
org.eclipse.mylyn.wikitext.core.ant;bundle-version="[2.0.0,3.0.0)";resolution:=optional,

Back to the top