@@ -243,6 +243,16 @@ attribute to a value other than its default, <q>add</q>.</strong></p> | |||||
the <a href="zip.html#zip64">discussion in the zip task page</a></td> | the <a href="zip.html#zip64">discussion in the zip task page</a></td> | ||||
<td>No; default is <q>never</q></td> | <td>No; default is <q>never</q></td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td valign="top">modificationtime</td> | |||||
<td valign="top">Set all stored file modification times to the | |||||
given time. This can either be a number interpreted as | |||||
milliseconds since 1970-01-01T00:00:00Z or a string that can be | |||||
parsed as a ISO 8601 timestamp with optional timezone. | |||||
<em>Since Ant 1.10.2</em>. | |||||
</td> | |||||
<td align="center" valign="top">No</td> | |||||
</tr> | |||||
</table> | </table> | ||||
<h3>Parameters specified as nested elements</h3> | <h3>Parameters specified as nested elements</h3> | ||||
@@ -305,6 +305,16 @@ e.g. decreasing the size by deleting 'same' classes from the versions-branches, | |||||
the <a href="zip.html#zip64">discussion in the zip task page</a></td> | the <a href="zip.html#zip64">discussion in the zip task page</a></td> | ||||
<td>No; defaults to <q>never</q></td> | <td>No; defaults to <q>never</q></td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td valign="top">modificationtime</td> | |||||
<td valign="top">Set all stored file modification times to the | |||||
given time. This can either be a number interpreted as | |||||
milliseconds since 1970-01-01T00:00:00Z or a string that can be | |||||
parsed as a ISO 8601 timestamp with optional timezone. | |||||
<em>Since Ant 1.10.2</em>. | |||||
</td> | |||||
<td align="center" valign="top">No</td> | |||||
</tr> | |||||
</table> | </table> | ||||
<h3>Parameters specified as nested elements</h3> | <h3>Parameters specified as nested elements</h3> | ||||
@@ -241,6 +241,16 @@ attribute to a value other than its default, <q>add</q>.</strong></p> | |||||
the <a href="zip.html#zip64">discussion in the zip task page</a></td> | the <a href="zip.html#zip64">discussion in the zip task page</a></td> | ||||
<td>No; default is <q>never</q></td> | <td>No; default is <q>never</q></td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td valign="top">modificationtime</td> | |||||
<td valign="top">Set all stored file modification times to the | |||||
given time. This can either be a number interpreted as | |||||
milliseconds since 1970-01-01T00:00:00Z or a string that can be | |||||
parsed as a ISO 8601 timestamp with optional timezone. | |||||
<em>Since Ant 1.10.2</em>. | |||||
</td> | |||||
<td align="center" valign="top">No</td> | |||||
</tr> | |||||
</table> | </table> | ||||
<h3>Parameters specified as nested elements</h3> | <h3>Parameters specified as nested elements</h3> | ||||
@@ -256,6 +256,16 @@ extract an Ant generated ZIP archive.</p> | |||||
the <a href="#zip64">discussion below</a></td> | the <a href="#zip64">discussion below</a></td> | ||||
<td>No; default is <q>as-needed</q></td> | <td>No; default is <q>as-needed</q></td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td valign="top">modificationtime</td> | |||||
<td valign="top">Set all stored file modification times to the | |||||
given time. This can either be a number interpreted as | |||||
milliseconds since 1970-01-01T00:00:00Z or a string that can be | |||||
parsed as a ISO 8601 timestamp with optional timezone. | |||||
<em>Since Ant 1.10.2</em>. | |||||
</td> | |||||
<td align="center" valign="top">No</td> | |||||
</tr> | |||||
</table> | </table> | ||||
<h3 id="encoding">Encoding of file names</h3> | <h3 id="encoding">Encoding of file names</h3> | ||||