diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-29 19:46:47 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-29 19:46:47 +0100 |
commit | 64f47685ca8fee174d87688e8c5d33de4c153c9b (patch) | |
tree | ab6c6fcfdbf648801256f78db829808eb1bb965d /build.xml | |
parent | 96b7c8ed471745366378d5b7cec8890d16532dee (diff) | |
parent | eb1a51588779ca55c9855651f9eefed9459f0874 (diff) | |
download | lombok-64f47685ca8fee174d87688e8c5d33de4c153c9b.tar.gz lombok-64f47685ca8fee174d87688e8c5d33de4c153c9b.tar.bz2 lombok-64f47685ca8fee174d87688e8c5d33de4c153c9b.zip |
Merge branch 'master' into netbeans
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> |