aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPierrick Rassat <pierrick.rassat@gmail.com>2020-01-25 08:12:35 +0100
committerPierrick Rassat <pierrick.rassat@gmail.com>2020-01-29 22:10:37 +0100
commit7b593ca7a9b0643b47d81e8c78b77f1c62e1056e (patch)
tree9e2ffcebaa324ee7d55162461ffe148b18d58c8e /build.xml
parent2caba79c769c161d400084c4c9ede9f0d3370c6e (diff)
downloadlombok-7b593ca7a9b0643b47d81e8c78b77f1c62e1056e.tar.gz
lombok-7b593ca7a9b0643b47d81e8c78b77f1c62e1056e.tar.bz2
lombok-7b593ca7a9b0643b47d81e8c78b77f1c62e1056e.zip
Include README.md file in JAR packaging
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 4f921e7d..c21d1401 100644
--- a/build.xml
+++ b/build.xml
@@ -334,6 +334,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating</echo>
<echo file="release-timestamp.txt">${releaseTimestamp}</echo>
<zip destfile="dist/lombok-${lombok.version}.jar">
<fileset dir="build" includes="changelog.txt, latestchanges.html" />
+ <fileset dir="." includes="README.md" />
<fileset dir="." includes="LICENSE" />
<fileset dir="." includes="AUTHORS" />
<fileset dir="." includes="release-timestamp.txt" />