From d8d47c687d7ec22e481cf10782f1f889485c39fa Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 15 Aug 2011 22:11:25 +0200 Subject: Integrated Philipp's proof-of-concept delombok in javac7 fix, and used some creative stubbing to ensure both the javac7 and the javac6 source file can be loaded in the same project in eclipse without dependency warnings. --- build.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 055a75d0..9d06674d 100644 --- a/build.xml +++ b/build.xml @@ -130,7 +130,12 @@ the common tasks and can be called on to run the main aspects of all the sub-scr anymore until you 'ant clean'. That's very much not desired, so we kill the processor, which stops lombok from running. We re-create the file at the end of this target. --> + + + + + @@ -138,7 +143,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -147,12 +152,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - - - lombok.core.AnnotationProcessor @@ -191,7 +190,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -210,7 +209,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + -- cgit