You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/09/09 01:31:00 UTC

svn commit: r1166939 - in /pig/branches/branch-0.9: CHANGES.txt build.xml conf/log4j.properties conf/log4j.properties.template

Author: daijy
Date: Thu Sep  8 23:30:59 2011
New Revision: 1166939

URL: http://svn.apache.org/viewvc?rev=1166939&view=rev
Log:
PIG-2264: Change conf/log4j.properties to conf/log4j.properties.template

Added:
    pig/branches/branch-0.9/conf/log4j.properties.template
      - copied unchanged from r1166263, pig/branches/branch-0.9/conf/log4j.properties
Modified:
    pig/branches/branch-0.9/CHANGES.txt
    pig/branches/branch-0.9/build.xml
    pig/branches/branch-0.9/conf/log4j.properties

Modified: pig/branches/branch-0.9/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/CHANGES.txt?rev=1166939&r1=1166938&r2=1166939&view=diff
==============================================================================
--- pig/branches/branch-0.9/CHANGES.txt (original)
+++ pig/branches/branch-0.9/CHANGES.txt Thu Sep  8 23:30:59 2011
@@ -204,6 +204,8 @@ PIG-1696: Performance: Use System.arrayc
 
 BUG FIXES
 
+PIG-2264: Change conf/log4j.properties to conf/log4j.properties.template (daijy)
+
 PIG-2152: Null pointer exception while reporting progress (thejas)
 
 PIG-2258: ant rpm doesn't work (daijy)

Modified: pig/branches/branch-0.9/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/build.xml?rev=1166939&r1=1166938&r2=1166939&view=diff
==============================================================================
--- pig/branches/branch-0.9/build.xml (original)
+++ pig/branches/branch-0.9/build.xml Thu Sep  8 23:30:59 2011
@@ -785,6 +785,8 @@
 
         <copy todir="${dist.dir}/etc/pig" file="conf/pig.properties"/>
 
+        <copy todir="${dist.dir}/etc/pig" file="conf/log4j.properties.template"/>
+
         <copy todir="${dist.dir}/share/pig/test" includeEmptyDirs="true">
             <fileset dir="${test.src.dir}" />
         </copy>
@@ -851,7 +853,9 @@
             <fileset dir="${build.docs}" />
         </copy>
 
-		<copy todir="${dist.dir}/conf" file="conf/pig.properties"/>
+        <copy todir="${dist.dir}/conf" file="conf/pig.properties"/>
+
+        <copy todir="${dist.dir}/conf" file="conf/log4j.properties.template"/>
 
         <copy todir="${dist.dir}/src" includeEmptyDirs="true">
             <fileset dir="${src.dir}" />