Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Harley2005-10-19 20:51:29 +0000
committerWalter Harley2005-10-19 20:51:29 +0000
commit8d179b274180ed6b0408715a3052c776545ec578 (patch)
treefd44ef27835abf1255de059ca359ef1a9a0ba8ff /org.eclipse.jdt.apt.tests/plugin.xml
parent74cd39cf6e739108d05e5fe68e013caacb550927 (diff)
downloadeclipse.jdt.core-8d179b274180ed6b0408715a3052c776545ec578.tar.gz
eclipse.jdt.core-8d179b274180ed6b0408715a3052c776545ec578.tar.xz
eclipse.jdt.core-8d179b274180ed6b0408715a3052c776545ec578.zip
wharley - radar 237634 - Messager.printNotice() was incorrectly displaying notices as warnings. Now they are log entries.
Diffstat (limited to 'org.eclipse.jdt.apt.tests/plugin.xml')
-rw-r--r--org.eclipse.jdt.apt.tests/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jdt.apt.tests/plugin.xml b/org.eclipse.jdt.apt.tests/plugin.xml
index 0c26877ed8..f4a23716db 100644
--- a/org.eclipse.jdt.apt.tests/plugin.xml
+++ b/org.eclipse.jdt.apt.tests/plugin.xml
@@ -68,6 +68,9 @@
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.SecondGenAnnotationProcessorFactory">
</factory>
+ <factory
+ class="org.eclipse.jdt.apt.tests.annotations.messager.MessagerAnnotationProcessorFactory">
+ </factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.aptrounding.Round1GenAnnotationFactory">
</factory>

Back to the top