aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2010-07-20 01:42:23 +0200
committerRoel Spilker <r.spilker@gmail.com>2010-07-20 01:42:23 +0200
commit4d2eaa365352224992f4390bdfffc8a9c5ab1c74 (patch)
treec674d575a87f42a4f0f7d162d3ea806965488320
parent0d7df01a0711604ce3da57e11815d376c7071870 (diff)
downloadlombok-4d2eaa365352224992f4390bdfffc8a9c5ab1c74.tar.gz
lombok-4d2eaa365352224992f4390bdfffc8a9c5ab1c74.tar.bz2
lombok-4d2eaa365352224992f4390bdfffc8a9c5ab1c74.zip
Published the test target
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a2cc3a28..5b061a30 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />