You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2022/03/22 20:23:28 UTC

[ant] branch 1.9.x updated: document modificationtime attribute of zip added many moons ago

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new c6854c5  document modificationtime attribute of zip added many moons ago
c6854c5 is described below

commit c6854c58adb0ba436ddb86c7d7601faf2de9e532
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Tue Mar 22 21:22:54 2022 +0100

    document modificationtime attribute of zip added many moons ago
---
 manual/Tasks/ear.html | 10 ++++++++++
 manual/Tasks/jar.html | 10 ++++++++++
 manual/Tasks/war.html | 10 ++++++++++
 manual/Tasks/zip.html | 10 ++++++++++
 4 files changed, 40 insertions(+)

diff --git a/manual/Tasks/ear.html b/manual/Tasks/ear.html
index de4a962..631d83a 100644
--- a/manual/Tasks/ear.html
+++ b/manual/Tasks/ear.html
@@ -273,6 +273,16 @@ to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
       zip task page</a></td>
     <td align="center" valign="top">No, default is "never"</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.9.10</em>.
+    </td>
+    <td align="center" valign="top">No</td>
+  </tr>
 </table>
 
 <h3>Nested elements</h3>
diff --git a/manual/Tasks/jar.html b/manual/Tasks/jar.html
index 1df2ee0..f911967 100644
--- a/manual/Tasks/jar.html
+++ b/manual/Tasks/jar.html
@@ -332,6 +332,16 @@ to a value other than its default, <code>"add"</code>.</b></p>
       zip task page</a></td>
     <td align="center" valign="top">No, default is "never"</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.9.10</em>.
+    </td>
+    <td align="center" valign="top">No</td>
+  </tr>
 </table>
 
 <h3>Nested elements</h3>
diff --git a/manual/Tasks/war.html b/manual/Tasks/war.html
index 2c92006..b3c9096 100644
--- a/manual/Tasks/war.html
+++ b/manual/Tasks/war.html
@@ -276,6 +276,16 @@ to a value other than its default, <code>&quot;add&quot;</code>.</b></p>
       zip task page</a></td>
     <td align="center" valign="top">No, default is "never"</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.9.10</em>.
+    </td>
+    <td align="center" valign="top">No</td>
+  </tr>
 </table>
 
 <h3>Nested elements</h3>
diff --git a/manual/Tasks/zip.html b/manual/Tasks/zip.html
index 4d66851..3c7d0e0 100644
--- a/manual/Tasks/zip.html
+++ b/manual/Tasks/zip.html
@@ -280,6 +280,16 @@ archive.</p>
       <br/>See also the <a href="#zip64">discussion below</a></td>
     <td align="center" valign="top">No, default is "as-needed"</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.9.10</em>.
+    </td>
+    <td align="center" valign="top">No</td>
+  </tr>
 </table>
 
 <h3><a name="encoding">Encoding of File Names</a></h3>