| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 
 | From: Snahil Singh <ss11381@nyu.edu>
Date: Wed, 7 Nov 2018 00:45:44 +0000
Subject: Make starjava-votable reproducible
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index 35a0e19..17f654c 100644
--- a/build.xml
+++ b/build.xml
@@ -814,6 +814,7 @@
              encoding="cp1252"
              classpathref="classpath">
       <arg value="-Xdoclint:all,-missing"/>
+      <arg value="-notimestamp"/>
 
       <!-- Get a list of directories that name all the potential
        !   java packages -->
 |