diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-06 22:15:31 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-06 22:15:31 +0200 |
commit | 3171afd5bcacf48125ac3dff071ee7e420c6d2ad (patch) | |
tree | 1ec4ca69f143121284eb83cab763e165f910ec2d | |
parent | eac3971390c1b2cb7636ce289af470dd7668dfe8 (diff) | |
download | lombok-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.
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"> |