From 4eaf936df5e6666afdd76d154bafea7e59fdba14 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 27 Nov 2009 13:54:41 +0100 Subject: Fix on the previous commit involving the compile build script: delombok is now actually compiled. heh. --- buildScripts/compile.ant.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 7b48f759..509b9cde 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -108,7 +108,6 @@ lombok code including the various agents. javac 1.5, partly because they completely rewrote large swaths of javac, 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. --> - s1 @@ -117,11 +116,11 @@ lombok code including the various agents. - s2 + -- cgit