Added support for CHANGES.txt
This commit is contained in:
parent
f89c920917
commit
af5d5d9cf6
2 changed files with 6 additions and 2 deletions
|
@ -35,4 +35,5 @@ tlddoc.dir=tlddoc
|
|||
doc.dir=htdocs
|
||||
doc.license=LICENSE.txt
|
||||
doc.readme=README.txt
|
||||
doc.src=README-BUILD.txt
|
||||
doc.src=README-BUILD.txt
|
||||
doc.changes=CHANGES.txt
|
|
@ -103,6 +103,8 @@
|
|||
<copy file="${licenses.dir}/${doc.license}" todir="${build.release}"/>
|
||||
<!-- Copy the readme -->
|
||||
<copy file="${doc.readme}" todir="${build.release}"/>
|
||||
<!-- Copy the changes -->
|
||||
<copy file="${doc.changes}" todir="${build.release}"/>
|
||||
<!-- Copy the JAR -->
|
||||
<copy file="${dist.dir}/${project.name}.jar" todir="${build.release}"/>
|
||||
<!-- Freeze the mod dates -->
|
||||
|
@ -128,8 +130,9 @@
|
|||
<include name="${ex.dir}/**"/>
|
||||
<include name="${unit.dir}/**"/>
|
||||
<include name="${doc.readme}"/>
|
||||
<include name="${doc.dir}/**"/>
|
||||
<include name="${doc.changes}"/>
|
||||
<include name="${doc.src}"/>
|
||||
<include name="${doc.dir}/**"/>
|
||||
<include name="build.*"/>
|
||||
<exclude name="${src.excludes}"/>
|
||||
</tarfileset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue