You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/06/06 00:01:20 UTC

svn commit: r411933 - in /lucene/hadoop/trunk: CHANGES.txt build.xml

Author: cutting
Date: Mon Jun  5 15:01:20 2006
New Revision: 411933

URL: http://svn.apache.org/viewvc?rev=411933&view=rev
Log:
HADOOP-276.  Add logging configuration files to jar so that they're always found.

Modified:
    lucene/hadoop/trunk/CHANGES.txt
    lucene/hadoop/trunk/build.xml

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=411933&r1=411932&r2=411933&view=diff
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Mon Jun  5 15:01:20 2006
@@ -16,6 +16,9 @@
  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
 

Modified: lucene/hadoop/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/build.xml?rev=411933&r1=411932&r2=411933&view=diff
==============================================================================
--- lucene/hadoop/trunk/build.xml (original)
+++ lucene/hadoop/trunk/build.xml Mon Jun  5 15:01:20 2006
@@ -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>