diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-13 15:15:53 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-13 15:15:53 +0200 |
commit | 70a0f6e84cf7b03c7edf444d643025357c945cad (patch) | |
tree | 6749f056380145fa1c0844e2be8f00cee8600759 /buildScripts/compile.ant.xml | |
parent | a602d2f899ea4538429f21d9958ac3e82643f3f8 (diff) | |
download | lombok-70a0f6e84cf7b03c7edf444d643025357c945cad.tar.gz lombok-70a0f6e84cf7b03c7edf444d643025357c945cad.tar.bz2 lombok-70a0f6e84cf7b03c7edf444d643025357c945cad.zip |
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.
Diffstat (limited to 'buildScripts/compile.ant.xml')
-rw-r--r-- | buildScripts/compile.ant.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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. --> <project name="lombok-compile" basedir=".." default="dist"> - <description>This buildfile is part of projectlombok.org. It responsible for compiling the main -lombok code including the various agents.</description> + <description> +This buildfile is part of projectlombok.org. It responsible for compiling the main +lombok code including the various agents. + </description> <property name="build.compiler" value="javac1.6" /> <target name="version" unless="lombok.version"> |