Browse Source

Document the checkdirs attribute of the date selector.

PR: 32281
Submitted by: Robert Anderson


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

+ 7
- 0
docs/manual/CoreTypes/selectors.html View File

@@ -182,6 +182,13 @@
</td> </td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>
<tr>
<td valign="top">checkdirs</td>
<td valign="top">
Indicates whether or not to check dates on directories.
</td>
<td valign="top" align="center">No, defaults to <i>false</i></td>
</tr>
</table> </table>


<p>Here is an example of how to use the Date Selector:</p> <p>Here is an example of how to use the Date Selector:</p>


Loading…
Cancel
Save