From ab103bdec063c75d82f744baafa7de790f82adb5 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 17 Oct 2009 14:01:54 +0200 Subject: Slight fix to generation of SPI files during repeated builds. --- buildScripts/compile.ant.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 2207fec2..f316c17a 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -63,6 +63,7 @@ lombok code including the various agents. and partly because our injection mechanism (annotations) doesn't work very well on javac 1.5, hence, when using javac, we do demand you're on 1.6. --> + @@ -70,6 +71,7 @@ lombok code including the various agents. + -- cgit