aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-06-06 22:15:31 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-06-06 22:15:31 +0200
commit3171afd5bcacf48125ac3dff071ee7e420c6d2ad (patch)
tree1ec4ca69f143121284eb83cab763e165f910ec2d /build.xml
parenteac3971390c1b2cb7636ce289af470dd7668dfe8 (diff)
downloadlombok-3171afd5bcacf48125ac3dff071ee7e420c6d2ad.tar.gz
lombok-3171afd5bcacf48125ac3dff071ee7e420c6d2ad.tar.bz2
lombok-3171afd5bcacf48125ac3dff071ee7e420c6d2ad.zip
ecj is now downloaded into lib/ecj. We don't currently use it for anything anymore, but could be handy for automated testing and definitely handy for manual experimenting / testing.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ac7c2c6c..34278cde 100644
--- a/build.xml
+++ b/build.xml
@@ -80,6 +80,8 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<target name="contrib" depends="config-ivy" description="Downloads various non-crucial documentation, sources, etc that are useful when developing lombok.ast.">
<ivy:resolve file="buildScripts/ivy.xml" refresh="true" conf="contrib" />
<ivy:retrieve />
+ <ivy:resolve file="buildScripts/ivy.xml" refresh="true" conf="ecj" />
+ <ivy:retrieve />
</target>
<target name="ensureBuildDeps" depends="config-ivy">