diff options
author | Gintas Grigelionis <gintas@apache.org> | 2018-07-26 18:06:39 +0200 |
---|---|---|
committer | Gintas Grigelionis <gintas@apache.org> | 2018-07-26 18:06:39 +0200 |
commit | 5d8bc76b13efe2f5c44dd4ce882281b98a67fac2 (patch) | |
tree | 1b3f3ce1e0e191b60cd99f617f8e3a156ad20bfc /manual | |
parent | f6919079da28e72fde262c2b0b6017241e1899dd (diff) | |
parent | 05c88a60c2f8b427f3d3d4d9fbd5f71a05c6355b (diff) | |
download | ant-5d8bc76b13efe2f5c44dd4ce882281b98a67fac2.tar.gz |
Merge branch '1.9.x'
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Types/selectors.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/Types/selectors.html b/manual/Types/selectors.html index ca2213a71..93d87f050 100644 --- a/manual/Types/selectors.html +++ b/manual/Types/selectors.html @@ -633,6 +633,7 @@ <li><q>hashvalue</q>—HashvalueAlgorithm</li> <li><q>digest</q>—DigestAlgorithm</li> <li><q>checksum</q>—ChecksumAlgorithm</li> + <li><q>lastmodified</q>—LastModifiedAlgorithm</li> </ul> </td> <td>No; defaults to <q>digest</q></td> @@ -747,6 +748,10 @@ </ul> </td> </tr> + <tr> + <td>lastmodified</td> + <td>Uses the lastModified property of a file. No additional configuration is required.</td> + </tr> </table> <h6>cache</h6> <p>Same as <var>cache</var> attribute, with the following additional values:</p> |