HBASE-3783 hbase-0.90.2.jar exists in hbase root and in 'lib/'

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1092542 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-04-14 23:00:40 +00:00
parent 94ee83f348
commit a4b61ccddc
2 changed files with 4 additions and 0 deletions

View File

@ -210,6 +210,7 @@ Release 0.90.3 - Unreleased
one column is returned (Jerry Chen)
HBASE-3708 createAndFailSilent is not so silent; leaves lots of logging
in ensemble logs (Dmitriy Ryaboy)
HBASE-3783 hbase-0.90.2.jar exists in hbase root and in 'lib/'
IMPROVEMENTS
HBASE-3747 ReplicationSource should differanciate remote and local exceptions

View File

@ -64,6 +64,9 @@
<outputDirectory>/lib</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
<excludes>
<exclude>org.apache.hbase:hbase</exclude>
</excludes>
</dependencySet>
</dependencySets>
</assembly>