Sfoglia il codice sorgente

HADOOP-2547. Removes use of a 'magic number' in build.xml. Contributed by Hrishikesh.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@610250 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 17 anni fa
parent
commit
594b72100d
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      CHANGES.txt
  2. 1 1
      build.xml

+ 3 - 0
CHANGES.txt

@@ -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

+ 1 - 1
build.xml

@@ -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>