Make all files in our JAR have the same timestamp
commit13bff2e0d957b47df7f0efee51b389cb65e5efb9
authorShawn O. Pearce <spearce@spearce.org>
Tue, 2 Sep 2008 16:28:10 +0000 (2 09:28 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 2 Sep 2008 17:50:43 +0000 (2 19:50 +0200)
treea42d9cbc97b43e485a00b2e1ad0534703c5296e2
parentb4cd065813ba6107a7fcff87d9af58957f35e63a
Make all files in our JAR have the same timestamp

When we link together our classes into a JAR we want to use the same
timestamp for all entries in the archive.  Using different times from
the local filesystem is fairly meaningless.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/build/JarLinkUtil.java