aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/compile.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-10-13 15:15:53 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-10-13 15:15:53 +0200
commit70a0f6e84cf7b03c7edf444d643025357c945cad (patch)
tree6749f056380145fa1c0844e2be8f00cee8600759 /buildScripts/compile.ant.xml
parenta602d2f899ea4538429f21d9958ac3e82643f3f8 (diff)
downloadlombok-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.xml6
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">