You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2016/09/14 11:58:06 UTC

svn commit: r1760679 - /commons/proper/beanutils/trunk/build.xml

Author: stain
Date: Wed Sep 14 11:58:06 2016
New Revision: 1760679

URL: http://svn.apache.org/viewvc?rev=1760679&view=rev
Log:
ensure ant build still works

.. although with plenty of warnings

Modified:
    commons/proper/beanutils/trunk/build.xml

Modified: commons/proper/beanutils/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/build.xml?rev=1760679&r1=1760678&r2=1760679&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/build.xml (original)
+++ commons/proper/beanutils/trunk/build.xml Wed Sep 14 11:58:06 2016
@@ -212,7 +212,7 @@
               todir="${dist.home}"/>
     <copy      file="RELEASE-NOTES.txt"
               todir="${dist.home}"/>
-    <copy      file="README.txt"
+    <copy      file="README.md"
               todir="${dist.home}"/>
     <antcall target="jar"/>
   </target>