From 4609d8f411241d43d273bb0d6c57c48508f91e16 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 18 Oct 2009 20:08:58 +0200 Subject: Whoops - previous includeDestClasses change actually breaks the build, as the lombok/javac build triggers building everything, making lombok dependent on 1.6, which is not good for eclipse. --- buildScripts/compile.ant.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index f316c17a..49e3cdfa 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -56,22 +56,26 @@ lombok code including the various agents. + + + - - + - - + -- cgit