Browse Source

add contributors files and patch.xml to binary tarballs as well

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1592318 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 11 years ago
parent
commit
8067491771
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build.xml

+ 3
- 0
build.xml View File

@@ -1021,6 +1021,7 @@

<copy todir="${dist.dir}">
<fileset dir="${basedir}">
<include name="CONTRIBUTORS"/>
<include name="README"/>
<include name="INSTALL"/>
<include name="LICENSE"/>
@@ -1031,8 +1032,10 @@
<include name="TODO"/>
<include name="WHATSNEW"/>
<include name="KEYS"/>
<include name="contributors.xml"/>
<include name="fetch.xml"/>
<include name="get-m2.xml"/>
<include name="patch.xml"/>
</fileset>
</copy>



Loading…
Cancel
Save