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.core/build.properties
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.core/build.properties')
-rw-r--r--org.eclipse.mylyn.tasks.core/build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.core/build.properties b/org.eclipse.mylyn.tasks.core/build.properties
index 53225309c..bfd49132b 100644
--- a/org.eclipse.mylyn.tasks.core/build.properties
+++ b/org.eclipse.mylyn.tasks.core/build.properties
@@ -16,4 +16,5 @@ src.includes = about.html,\
schema/
source.. = src/
+additional.bundles = org.eclipse.jdt.annotation
jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation

Back to the top