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:17:50 UTC

svn commit: r1539549 - in /ant/site/ant/production/manual: ./ Tasks/conditions.html

Author: bodewig
Date: Thu Nov  7 08:17:50 2013
New Revision: 1539549

URL: http://svn.apache.org/r1539549
Log:
fix filesmatch description

Modified:
    ant/site/ant/production/manual/   (props changed)
    ant/site/ant/production/manual/Tasks/conditions.html

Propchange: ant/site/ant/production/manual/
------------------------------------------------------------------------------
  Merged /ant/core/trunk/manual:r1539547

Modified: ant/site/ant/production/manual/Tasks/conditions.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/manual/Tasks/conditions.html?rev=1539549&r1=1539548&r2=1539549&view=diff
==============================================================================
--- ant/site/ant/production/manual/Tasks/conditions.html (original)
+++ ant/site/ant/production/manual/Tasks/conditions.html Thu Nov  7 08:17:50 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>