From 70a0f6e84cf7b03c7edf444d643025357c945cad Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 13 Oct 2009 15:15:53 +0200 Subject: Pretty big revamp of the build script system. Downloading dependencies is now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in. --- buildScripts/compile.ant.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'buildScripts/compile.ant.xml') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 075bc394..b5aa990f 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -20,8 +20,10 @@ THE SOFTWARE. --> - This buildfile is part of projectlombok.org. It responsible for compiling the main -lombok code including the various agents. + +This buildfile is part of projectlombok.org. It responsible for compiling the main +lombok code including the various agents. + -- cgit