Browse Source

add a delay so new zip is certain to get a more recent timestamp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@794527 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
88bdf1337e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/tests/antunit/taskdefs/zip-test.xml

+ 1
- 0
src/tests/antunit/taskdefs/zip-test.xml View File

@@ -115,6 +115,7 @@
<copy file="${output}/jar.jar" tofile="${output}/reference.jar"/>

<mkdir dir="${input}/y"/>
<sleep seconds="2"/>
<jar jarfile="${output}/jar.jar">
<fileset dir="${input}"/>
</jar>


Loading…
Cancel
Save