You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2013/11/07 09:15:39 UTC

svn commit: r1539547 - /ant/core/trunk/manual/Tasks/conditions.html

Author: bodewig
Date: Thu Nov  7 08:15:39 2013
New Revision: 1539547

URL: http://svn.apache.org/r1539547
Log:
PR 55751 description of filesmatch's textfile attribute is wrong

Modified:
    ant/core/trunk/manual/Tasks/conditions.html

Modified: ant/core/trunk/manual/Tasks/conditions.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/Tasks/conditions.html?rev=1539547&r1=1539546&r2=1539547&view=diff
==============================================================================
--- ant/core/trunk/manual/Tasks/conditions.html (original)
+++ ant/core/trunk/manual/Tasks/conditions.html Thu Nov  7 08:15:39 2013
@@ -278,9 +278,9 @@ or the filenames match the answer is so 
   </tr>
   <tr>
     <td valign="top">textfile</td>
-    <td valign="top">Whether to ignore line endings
-        when comparing files; defaults to <i>false</i>, while
-        <i>true</i> triggers a binary comparison. <b>Since Ant 1.7</b>
+    <td valign="top">Whether to ignore line endings when comparing
+        files; defaults to <i>false</i> which triggers a binary
+        comparison. <b>Since Ant 1.7</b>
     </td>
     <td align="center">No</td>
   </tr>