You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2007/05/08 18:27:10 UTC

svn commit: r536242 - /ant/core/trunk/docs/manual/CoreTasks/conditions.html

Author: mbenson
Date: Tue May  8 09:27:09 2007
New Revision: 536242

URL: http://svn.apache.org/viewvc?view=rev&rev=536242
Log:
fix textfile/astext attribute descriptions

Modified:
    ant/core/trunk/docs/manual/CoreTasks/conditions.html

Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/conditions.html?view=diff&rev=536242&r1=536241&r2=536242
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/conditions.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/conditions.html Tue May  8 09:27:09 2007
@@ -264,7 +264,7 @@
     <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> bypasses the size comparison. <b>Since Ant 1.7</b>
+        <i>true</i> triggers a binary comparison. <b>Since Ant 1.7</b>
     </td>
     <td align="center">No</td>
   </tr>
@@ -751,7 +751,7 @@
     <td valign="top">astext</td>
     <td valign="top">Whether to ignore line endings
         when comparing resource content; defaults to <i>false</i>,
-        while <i>true</i> bypasses the size comparison.
+        while <i>true</i> triggers a binary comparison.
     </td>
     <td align="center">No</td>
   </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org