HBASE-9492 hdfs-site.xml is not excluded from the it-test jar

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1522600 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mbertozzi 2013-09-12 14:48:05 +00:00
parent d70829a110
commit 4f97b5f107
1 changed files with 1 additions and 0 deletions

View File

@ -641,6 +641,7 @@
<configuration>
<excludes>
<exclude>hbase-site.xml</exclude>
<exclude>hdfs-site.xml</exclude>
<exclude>log4j.properties</exclude>
</excludes>
</configuration>