Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-05-12 19:00:25 +0000
committerSam Davis2014-05-12 19:04:26 +0000
commit7076f1176af280c5b835908ec593f967eb688935 (patch)
treebdee9cbcb12c7f97ddb5121c0b56fb6785012b8c /org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
parented61e11bd571655a445acd1e662f79f144cbd7cb (diff)
downloadorg.eclipse.mylyn.tasks-7076f1176af280c5b835908ec593f967eb688935.tar.gz
org.eclipse.mylyn.tasks-7076f1176af280c5b835908ec593f967eb688935.tar.xz
org.eclipse.mylyn.tasks-7076f1176af280c5b835908ec593f967eb688935.zip
26400: remove runtime dependency on org.eclipse.jdt.annotation
Change-Id: I67c4867625ab49e149aaba389e064555fd1d03e3 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=434057
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