Author: bodewig
Date: Sun May 4 08:25:22 2014
New Revision: 1592318
URL: http://svn.apache.org/r1592318
Log:
add contributors files and patch.xml to binary tarballs as well
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1592318&r1=1592317&r2=1592318&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Sun May 4 08:25:22 2014
@@ -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>