Skip to content

Commit 2efefa3

Browse files
committed
Merge branch 'ZipDate' into 'master'
jar/zip sets modificationtime, replaces arbitrary current date by something repeatable See merge request exedio/copepatch!129
2 parents 67c2a16 + 1922546 commit 2efefa3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
filesonly="true"
175175
duplicate="fail"
176176
strict="fail"
177+
modificationtime="2026-02-10T11:22:33Z"
177178
level="9">
178179
<fileset dir="build/classes/src" />
179180
<manifest>
@@ -194,6 +195,7 @@
194195
filesonly="true"
195196
duplicate="fail"
196197
strict="fail"
198+
modificationtime="2026-02-10T11:22:33Z"
197199
level="9">
198200
<fileset dir="build/classes/consolesrc" />
199201
<manifest>
@@ -215,6 +217,7 @@
215217
filesonly="true"
216218
whenempty="fail"
217219
duplicate="fail"
220+
modificationtime="2026-02-10T11:22:33Z"
218221
level="9">
219222
<zipfileset dir="${basedir}/src"><include name="**/*.java"/><exclude name="**/*_Jspm.java" /></zipfileset>
220223
<zipfileset dir="${basedir}/consolesrc">

0 commit comments

Comments
 (0)