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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]