git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@610250 13f79535-47bb-0310-9956-ffa450edef68
@@ -175,6 +175,9 @@ Trunk (unreleased changes)
HADOOP-2369. Adds a set of scripts for simulating a mix of user map/reduce
workloads. (Runping Qi via cdouglas)
+ HADOOP-2547. Removes use of a 'magic number' in build.xml.
+ (Hrishikesh via nigel)
+
OPTIMIZATIONS
HADOOP-1898. Release the lock protecting the last time of the last stack
@@ -148,7 +148,7 @@
<mkdir dir="${test.build.dir}"/>
<mkdir dir="${test.build.classes}"/>
<mkdir dir="${test.build.testjar}"/>
- <touch datetime="01/25/1971 2:00 pm">
+ <touch millis="0">
<fileset dir="${conf.dir}" includes="**/*.template"/>
<fileset dir="${contrib.dir}" includes="**/*.template"/>
</touch>