aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-12-12 23:35:12 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-12-12 23:35:12 +0100
commit1ea6c0607e8b2f54f65c3602d69fa3c318e8f34b (patch)
tree2796e8bf93412aa212ad8b64cc8bad20f5c85cdf
parentd713dab0c36889846a7445bf965b567e9b9a7b9b (diff)
downloadlombok-1ea6c0607e8b2f54f65c3602d69fa3c318e8f34b.tar.gz
lombok-1ea6c0607e8b2f54f65c3602d69fa3c318e8f34b.tar.bz2
lombok-1ea6c0607e8b2f54f65c3602d69fa3c318e8f34b.zip
Added AUTHORS file to lombok.jar distributable.
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 510ba2df..3af7fd9a 100644
--- a/build.xml
+++ b/build.xml
@@ -188,6 +188,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
</fileset>
<fileset dir="build" includes="changelog.txt" />
<fileset dir="." includes="LICENSE" />
+ <fileset dir="." includes="AUTHORS" />
<rule pattern="com.zwitserloot.cmdreader.**" result="lombok.libs.com.zwitserloot.cmdreader.@1" />
<rule pattern="org.objectweb.asm.**" result="lombok.libs.org.objectweb.asm.@1" />
<manifest>