Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-06-12 19:36:29 +0000
committerSteffen Pingel2013-06-14 06:19:49 +0000
commitf33fa45ccfd4fed26a5429cd5a02b294414c7120 (patch)
treeaf178ae7a7a849c6fe0bb02318958083342330d1 /org.eclipse.mylyn.tasks.ui/build.properties
parentf7dfdb3f1da56b753290e3d08438f2203b5754f7 (diff)
downloadorg.eclipse.mylyn.tasks-f33fa45ccfd4fed26a5429cd5a02b294414c7120.tar.gz
org.eclipse.mylyn.tasks-f33fa45ccfd4fed26a5429cd5a02b294414c7120.tar.xz
org.eclipse.mylyn.tasks-f33fa45ccfd4fed26a5429cd5a02b294414c7120.zip
410655: add @NonNull annotations to AbstractRepositorySettingsPage
Change-Id: I8f167f7e10cbe903a9a62f5e1e7273031effbdea Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=410655
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/build.properties')
-rw-r--r--org.eclipse.mylyn.tasks.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/build.properties b/org.eclipse.mylyn.tasks.ui/build.properties
index 6472be2f2..0cc50f7b3 100644
--- a/org.eclipse.mylyn.tasks.ui/build.properties
+++ b/org.eclipse.mylyn.tasks.ui/build.properties
@@ -16,4 +16,5 @@ src.includes = about.html,\
schema/
source.. = src/
-jars.extra.classpath = platform:/plugin/org.eclipse.ui.navigator,platform:/plugin/org.eclipse.mylyn.discovery.ui
+additional.bundles = org.eclipse.jdt.annotation
+jars.extra.classpath = platform:/plugin/org.eclipse.ui.navigator,platform:/plugin/org.eclipse.mylyn.discovery.ui,platform:/plugin/org.eclipse.jdt.annotation

Back to the top