HADOOP-7468 hadoop-core JAR contains a log4j.properties file.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1152219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2011-07-29 13:44:05 +00:00
parent 0643a590d8
commit c58366acd1
2 changed files with 4 additions and 1 deletions

View File

@ -431,6 +431,9 @@ Trunk (unreleased changes)
HADOOP-7438. Fix deprecated warnings from hadoop-daemon.sh script.
(Ravi Prakash via suresh)
HADOOP-7468 hadoop-core JAR contains a log4j.properties file.
(Jolly Chen)
Release 0.22.0 - Unreleased
INCOMPATIBLE CHANGES

View File

@ -504,7 +504,7 @@
<tar compression="gzip" destfile="${build.classes}/bin.tgz">
<tarfileset dir="bin" mode="755"/>
</tar>
<property name="jar.properties.list" value="commons-logging.properties, log4j.properties, hadoop-metrics.properties" />
<property name="jar.properties.list" value="commons-logging.properties, hadoop-metrics.properties" />
<jar jarfile="${build.dir}/${final.name}.jar"
basedir="${build.classes}">
<service type="org.apache.hadoop.security.SecurityInfo">