diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-11-29 17:28:40 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-11-29 17:28:40 +0100 |
commit | 18b2cc079662213cdf6e6da3b8f75b7729a8146f (patch) | |
tree | 295955e1dfee6048427ad1d3f44394c06214bee8 /build.xml | |
parent | 78c1f1da1169522324b69079cb49a91b9e8d7b76 (diff) | |
parent | c646def5791e3a5c27cf77c373e5ce40017c165c (diff) | |
download | lombok-18b2cc079662213cdf6e6da3b8f75b7729a8146f.tar.gz lombok-18b2cc079662213cdf6e6da3b8f75b7729a8146f.tar.bz2 lombok-18b2cc079662213cdf6e6da3b8f75b7729a8146f.zip |
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -75,6 +75,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr </ant> </target> + <target name="test" depends="compile"> + <ant antfile="buildScripts/test.ant.xml" target="test" /> + </target> + <target name="findbugs" description="Runs findbugs on the code"> <ant antfile="buildScripts/compile.ant.xml" target="findbugs" inheritAll="false" /> </target> |