Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-06-14 16:03:05 +0000
committerSteffen Pingel2013-06-14 16:27:40 +0000
commita7be3def4f56a4900b7b0b72f709127aa5d7b281 (patch)
treee26e1f96a9daeb7a4c58f99dc55b2ee95eeb1639 /org.eclipse.mylyn.tasks.core/build.properties
parentf33fa45ccfd4fed26a5429cd5a02b294414c7120 (diff)
downloadorg.eclipse.mylyn.tasks-a7be3def4f56a4900b7b0b72f709127aa5d7b281.tar.gz
org.eclipse.mylyn.tasks-a7be3def4f56a4900b7b0b72f709127aa5d7b281.tar.xz
org.eclipse.mylyn.tasks-a7be3def4f56a4900b7b0b72f709127aa5d7b281.zip
410655: add @NonNull annotations to AbstractRepositoryConnector
Change-Id: I403df164fb40f925d8646c78bd807fa5d0fd5350 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410655
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/build.properties')
-rw-r--r--org.eclipse.mylyn.tasks.core/build.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.core/build.properties b/org.eclipse.mylyn.tasks.core/build.properties
index 608daa482..bfd49132b 100644
--- a/org.eclipse.mylyn.tasks.core/build.properties
+++ b/org.eclipse.mylyn.tasks.core/build.properties
@@ -16,3 +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