1 2 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 ef0b7e5..c6784ef 100644
--- a/build.xml
+++ b/build.xml
@@ -817,6 +817,7 @@
classpathref="classpath">
<arg value="-Xdoclint:all,-missing"/>
<arg value="-quiet"/>
+ <arg value="-notimestamp"/>
<!-- Get a list of directories that name all the potential
! java packages -->
|