From c6854c58adb0ba436ddb86c7d7601faf2de9e532 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 22 Mar 2022 21:22:54 +0100
Subject: [PATCH] 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 de4a96260..631d83ad7 100644
--- a/manual/Tasks/ear.html
+++ b/manual/Tasks/ear.html
@@ -273,6 +273,16 @@ to a value other than its default, "add"
.
zip task page
No, default is "never" |
+
+ modificationtime |
+ 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.
+ Since Ant 1.9.10.
+ |
+ No |
+
Nested elements
diff --git a/manual/Tasks/jar.html b/manual/Tasks/jar.html
index 1df2ee03c..f91196738 100644
--- a/manual/Tasks/jar.html
+++ b/manual/Tasks/jar.html
@@ -332,6 +332,16 @@ to a value other than its default, "add"
.
zip task page
No, default is "never" |
+
+ modificationtime |
+ 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.
+ Since Ant 1.9.10.
+ |
+ No |
+
Nested elements
diff --git a/manual/Tasks/war.html b/manual/Tasks/war.html
index 2c920068e..b3c9096b9 100644
--- a/manual/Tasks/war.html
+++ b/manual/Tasks/war.html
@@ -276,6 +276,16 @@ to a value other than its default, "add"
.
zip task page
No, default is "never" |
+
+ modificationtime |
+ 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.
+ Since Ant 1.9.10.
+ |
+ No |
+
Nested elements
diff --git a/manual/Tasks/zip.html b/manual/Tasks/zip.html
index 4d66851aa..3c7d0e06d 100644
--- a/manual/Tasks/zip.html
+++ b/manual/Tasks/zip.html
@@ -280,6 +280,16 @@ archive.
See also the discussion below
No, default is "as-needed" |
+
+ modificationtime |
+ 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.
+ Since Ant 1.9.10.
+ |
+ No |
+