Преглед изворни кода

HADOOP-276. Add logging configuration files to jar so that they're always found.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@411933 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting пре 19 година
родитељ
комит
61fe205b5e
2 измењених фајлова са 5 додато и 0 уклоњено
  1. 3 0
      CHANGES.txt
  2. 2 0
      build.xml

+ 3 - 0
CHANGES.txt

@@ -16,6 +16,9 @@ Trunk (unreleased changes)
  4. HADOOP-245 and HADOOP-246.  Improvements to record io package.  
     (Mahadev Konar via cutting)
 
+ 4. HADOOP-276.  Add logging config files to jar file so that they're
+    always found.  (omalley via cutting)
+
 
 Release 0.3.0 - 2006-06-02
 

+ 2 - 0
build.xml

@@ -181,6 +181,8 @@
          basedir="${build.classes}">
       <fileset file="${conf.dir}/hadoop-default.xml"/>
       <fileset file="${conf.dir}/mapred-default.xml"/>
+      <fileset file="${conf.dir}/commons-logging.properties"/>
+      <fileset file="${conf.dir}/log4j.properties"/>
       <zipfileset dir="${build.webapps}" prefix="webapps"/>
     </jar>
   </target>