Browse Source

fix textfile/astext attribute descriptions

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@536242 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
7a504524f2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/conditions.html

+ 2
- 2
docs/manual/CoreTasks/conditions.html View File

@@ -264,7 +264,7 @@ or the filenames match the answer is so obvious the detailed test is omitted.
<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 @@ must match. <b>Since Ant 1.7</b>
<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>


Loading…
Cancel
Save