Browse Source

HTML 5-ish

master
Gintas Grigelionis 7 years ago
parent
commit
d1b6b321da
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      manual/Types/filterchain.html

+ 3
- 3
manual/Types/filterchain.html View File

@@ -320,9 +320,9 @@ the source distribution).</p>
</tr>
<tr>
<td>matchAny</td>
<td>If <em>false</em>, then all the strings are expected to be present in the line. If
<em>true</em>, then the presence of any of the strings in the line, is considered
a successful match. Defaults to <em>false</em>.
<td>If <q>false</q>, then all the strings are expected to be present in the line. If
<q>true</q>, then the presence of any of the strings in the line is considered
a successful match. Defaults to <q>false</q>.
<br/>
<em>Since Ant 1.10.4</em>
</td>


Loading…
Cancel
Save