Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Brychcy2018-02-27 18:29:49 +0000
committerTill Brychcy2018-02-27 18:29:49 +0000
commitb1e8311761050b1541cf5cf49bd5c50b75906afe (patch)
tree2cb29aadee20417aab32b22e25c76a3cc0b62c01
parent08284f3204e9421dd91f44cd0341bec24f23231a (diff)
downloadeclipse.jdt.core-b1e8311761050b1541cf5cf49bd5c50b75906afe.tar.gz
eclipse.jdt.core-b1e8311761050b1541cf5cf49bd5c50b75906afe.tar.xz
eclipse.jdt.core-b1e8311761050b1541cf5cf49bd5c50b75906afe.zip
Bug 530182 - [testsources] Add "test" as search keyword in preferences
-rw-r--r--org.eclipse.jdt.apt.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.ui/plugin.properties b/org.eclipse.jdt.apt.ui/plugin.properties
index aeb5c1d7a7..4a33f8c14d 100644
--- a/org.eclipse.jdt.apt.ui/plugin.properties
+++ b/org.eclipse.jdt.apt.ui/plugin.properties
@@ -16,4 +16,4 @@ annotationProcessingName=Annotation Processing
factoryPathName=Factory Path
natureName=nature
markerCategory.problem=APT Problems
-preferenceKeywords.annotation.processing=apt
+preferenceKeywords.annotation.processing=apt test

Back to the top