Browse Source

PR 55751 description of filesmatch's textfile attribute is wrong

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1539547 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 11 years ago
parent
commit
70e913ffe7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      manual/Tasks/conditions.html

+ 3
- 3
manual/Tasks/conditions.html View File

@@ -278,9 +278,9 @@ or the filenames match the answer is so obvious the detailed test is omitted.
</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>


Loading…
Cancel
Save