Repository: ant Updated Branches: refs/heads/master d1b6b321d -> 0ac78d6d9
Describe default value in âRequiredâ column Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/0ac78d6d Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/0ac78d6d Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/0ac78d6d Branch: refs/heads/master Commit: 0ac78d6d98d8b9485e55cccc2be4f0a22acf09dc Parents: d1b6b32 Author: Gintas Grigelionis <[email protected]> Authored: Mon May 7 08:04:34 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Mon May 7 08:04:34 2018 +0200 ---------------------------------------------------------------------- manual/Types/filterchain.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/0ac78d6d/manual/Types/filterchain.html ---------------------------------------------------------------------- diff --git a/manual/Types/filterchain.html b/manual/Types/filterchain.html index 08a9802..8aab924 100644 --- a/manual/Types/filterchain.html +++ b/manual/Types/filterchain.html @@ -322,11 +322,9 @@ the source distribution).</p> <td>matchAny</td> <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> + a successful match.<br/><em>Since Ant 1.10.4</em> </td> - <td>No</td> + <td>No; defaults to <q>false</q></td> </tr> </table> <p>
