From e56395a49f37e627d16a5afc05f60bf00ad4e047 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 23 Dec 2009 03:36:05 +0100 Subject: ecj prep: lombok.jar is now also a dynamic agent, and the main annotation processor is now the core processor that farms out the work to context-specific implementations. --- buildScripts/compile.ant.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 726cfcb4..7f8e2ba7 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -150,7 +150,7 @@ lombok code including the various agents. - lombok.javac.apt.Processor + lombok.core.AnnotationProcessor @@ -162,6 +162,7 @@ lombok code including the various agents. + -- cgit