Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2015-06-20 09:18:21 +0000
committerMatthias Sohn2015-06-23 07:38:32 +0000
commit2955e93a04f2509cd0a337f7373d1289c8c0a615 (patch)
tree350e836d09f6c56de531af2d523e19d16b76b554 /org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
parent23146b8a4aa2f858e15a9812d1dfb8eb26581153 (diff)
downloadegit-2955e93a04f2509cd0a337f7373d1289c8c0a615.tar.gz
egit-2955e93a04f2509cd0a337f7373d1289c8c0a615.tar.xz
egit-2955e93a04f2509cd0a337f7373d1289c8c0a615.zip
Enable NPE analysis in EGit
Bug: 470641 Change-Id: Ib4d0ead90b30a2ce55c016aefd0927e41b9838cb Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
index c453956994..feb77d3512 100644
--- a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
@@ -9,6 +9,7 @@ Require-Bundle: org.eclipse.team.core,
org.eclipse.jface,
org.eclipse.core.resources,
org.eclipse.core.runtime,
+ org.eclipse.jdt.annotation;bundle-version="[1.1.0,2.0.0)";resolution:=optional,
org.eclipse.ui.navigator.resources,
org.eclipse.ui.workbench,
org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)",

Back to the top