Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index 9c3f2741d..abdf75acf 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -32,8 +32,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.monitor.core;bundle-version="3.8.0",
org.eclipse.mylyn.monitor.ui;bundle-version="3.8.0",
org.eclipse.mylyn.tasks.core;bundle-version="3.8.0",
- com.google.guava;bundle-version="15.0.0",
- org.eclipse.jdt.annotation;bundle-version="[1.0.0,2.0.0)"
+ com.google.guava;bundle-version="15.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.mylyn.internal.tasks.ui;x-internal:=true,

Back to the top