aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2020-01-30 20:58:08 +0100
committerGitHub <noreply@github.com>2020-01-30 20:58:08 +0100
commit1e75274a5e06bf8f861537116f53b3588ccae8ef (patch)
treef546489d4cd6597231254127d6c632d7d016b971 /build.xml
parentd1e9a8e5abf0ae18315ad630fa2be926da13c9db (diff)
parent7b593ca7a9b0643b47d81e8c78b77f1c62e1056e (diff)
downloadlombok-1e75274a5e06bf8f861537116f53b3588ccae8ef.tar.gz
lombok-1e75274a5e06bf8f861537116f53b3588ccae8ef.tar.bz2
lombok-1e75274a5e06bf8f861537116f53b3588ccae8ef.zip
Merge pull request #2347 from kraiss/master
Change README to README.md and add hyperlinks
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" />