Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-04-11 19:49:50 +0000
committerMichael Keppler2019-04-11 19:49:50 +0000
commit4d7e18676df64a4c63d5b0f5e8b4bd9a389f830d (patch)
treedc7943aed714756212b96d137335afce4a7aa839 /org.eclipse.mylyn.github.ui
parent8ce3cea959f2eda100436f9318d34528783fc73b (diff)
downloadegit-github-4d7e18676df64a4c63d5b0f5e8b4bd9a389f830d.tar.gz
egit-github-4d7e18676df64a4c63d5b0f5e8b4bd9a389f830d.tar.xz
egit-github-4d7e18676df64a4c63d5b0f5e8b4bd9a389f830d.zip
silence PDE warning "not all packages exported"
Since 2019-03 PDE shows a warning in each plugin which does not export all its packages. Let us silence this warning in all test bundles. Also add one missing package import (with restriction as internal). Change-Id: Ibeb28bdd78486d4048a11e516280ed2e78ab303d Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 34dd473c..b3d8fba8 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -26,7 +26,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
org.eclipse.mylyn.resources.ui;bundle-version="[3.20.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;version="5.4.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;version="5.4.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.issue;version="5.4.0";x-internal:=true
+ org.eclipse.mylyn.internal.github.ui.issue;version="5.4.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.pr;version="5.4.0";x-internal:=true
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.egit.core;version="[5.4.0,5.5.0)",
org.eclipse.egit.core.op;version="[5.4.0,5.5.0)",

Back to the top