HBASE-3589. test jar should not include mapred-queues.xml and log4j.properties

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1076371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2011-03-02 21:00:34 +00:00
parent 77b276d7d1
commit 7e90ed10b8
2 changed files with 5 additions and 1 deletions

View File

@ -127,6 +127,8 @@ Release 0.90.2 - Unreleased
HBASE-3576 MasterAddressTracker is registered to ZooKeeperWatcher twice
HBASE-3561 OPTS arguments are duplicated
HBASE-3572 memstore lab can leave half inited data structs (bad!)
HBASE-3589 test jar should not include mapred-queues.xml and
log4j.properties
IMPROVEMENTS
HBASE-3542 MultiGet methods in Thrift

View File

@ -363,7 +363,9 @@
<exclude>org/apache/jute/**</exclude>
<exclude>org/apache/zookeeper/**</exclude>
<exclude>**/*.jsp</exclude>
<exclude>**/hbase-site.xml</exclude>
<exclude>hbase-site.xml</exclude>
<exclude>log4j.properties</exclude>
<exclude>mapred-queues.xml</exclude>
</excludes>
</configuration>
</plugin>