Browse Source

Merge branch '1.9.x'

master
Stefan Bodewig 3 years ago
parent
commit
7ab122252c
4 changed files with 40 additions and 0 deletions
  1. +10
    -0
      manual/Tasks/ear.html
  2. +10
    -0
      manual/Tasks/jar.html
  3. +10
    -0
      manual/Tasks/war.html
  4. +10
    -0
      manual/Tasks/zip.html

+ 10
- 0
manual/Tasks/ear.html View File

@@ -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>
<td>No; default is <q>never</q></td>
</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>

<h3>Parameters specified as nested elements</h3>


+ 10
- 0
manual/Tasks/jar.html View File

@@ -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>
<td>No; defaults to <q>never</q></td>
</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>

<h3>Parameters specified as nested elements</h3>


+ 10
- 0
manual/Tasks/war.html View File

@@ -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>
<td>No; default is <q>never</q></td>
</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>

<h3>Parameters specified as nested elements</h3>


+ 10
- 0
manual/Tasks/zip.html View File

@@ -256,6 +256,16 @@ extract an Ant generated ZIP archive.</p>
the <a href="#zip64">discussion below</a></td>
<td>No; default is <q>as-needed</q></td>
</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>

<h3 id="encoding">Encoding of file names</h3>


Loading…
Cancel
Save