diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-07-20 01:42:23 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-07-20 01:42:23 +0200 |
commit | 4d2eaa365352224992f4390bdfffc8a9c5ab1c74 (patch) | |
tree | c674d575a87f42a4f0f7d162d3ea806965488320 | |
parent | 0d7df01a0711604ce3da57e11815d376c7071870 (diff) | |
download | lombok-4d2eaa365352224992f4390bdfffc8a9c5ab1c74.tar.gz lombok-4d2eaa365352224992f4390bdfffc8a9c5ab1c74.tar.bz2 lombok-4d2eaa365352224992f4390bdfffc8a9c5ab1c74.zip |
Published the test target
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr </copy> </target> - <target name="test" depends="-test-compile" unless="tests.skip"> + <target name="test" depends="-test-compile" unless="tests.skip" description="Runs the tests."> <junit haltonfailure="yes" fork="on"> <formatter type="plain" usefile="false" unless="tests.quiet" /> <classpath refid="test.path" /> |