Let's make the release instruction a simple text file

This commit is contained in:
Nicolas Lalevée 2018-04-11 14:32:12 +02:00
parent c017db18b0
commit 8933719ad9
3 changed files with 4 additions and 1 deletions

3
ReleaseInstructions Normal file
View File

@ -0,0 +1,3 @@
Release instructions are in asciidoc/dev/makerelease.adoc
You can see the last version online here: http://ant.apache.org/ivy/history/master/dev/makerelease.html

View File

@ -1 +0,0 @@
Release instructions are in link:/asciidoc/dev/makerelease{outfilesuffix}[/asciidoc/dev/makerelease.adoc]

View File

@ -489,6 +489,7 @@
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportFile="${rat.report.dir}/rat-report.txt">
<fileset dir="${basedir}">
<exclude name=".classpath"/>
<exclude name="ReleaseInstructions"/>
<exclude name=".ivy2/**/*"/>
<exclude name="build/**/*"/>
<exclude name="bin/**/*"/>