annotate mx/eclipse-settings/org.eclipse.jdt.apt.core.prefs @ 6542:592782b4bc00

Change that was missing in earlier improvements to annotation processing in the mx script
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 09 Oct 2012 15:39:49 -0700
parents c21886d4e125
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5876
c21886d4e125 Annotation Processor support in mx : use annotationProcessorClasses property on projects that contain annotation processors and annotationProcessors on projects that require annotation processing
Gilles Duboscq <duboscq@ssw.jku.at>
parents:
diff changeset
1 eclipse.preferences.version=1
c21886d4e125 Annotation Processor support in mx : use annotationProcessorClasses property on projects that contain annotation processors and annotationProcessors on projects that require annotation processing
Gilles Duboscq <duboscq@ssw.jku.at>
parents:
diff changeset
2 org.eclipse.jdt.apt.aptEnabled=true
6542
592782b4bc00 Change that was missing in earlier improvements to annotation processing in the mx script
Christian Wimmer <christian.wimmer@oracle.com>
parents: 5876
diff changeset
3 org.eclipse.jdt.apt.genSrcDir=src_gen
5876
c21886d4e125 Annotation Processor support in mx : use annotationProcessorClasses property on projects that contain annotation processors and annotationProcessors on projects that require annotation processing
Gilles Duboscq <duboscq@ssw.jku.at>
parents:
diff changeset
4 org.eclipse.jdt.apt.reconcileEnabled=true