Author: stack
Date: Thu Apr 14 23:01:21 2011
New Revision: 1092543
URL: http://svn.apache.org/viewvc?rev=1092543&view=rev
Log:
HBASE-3783 hbase-0.90.2.jar exists in hbase root and in 'lib/'
Modified:
hbase/branches/0.90/CHANGES.txt
hbase/branches/0.90/src/assembly/all.xml
Modified: hbase/branches/0.90/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1092543&r1=1092542&r2=1092543&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Thu Apr 14 23:01:21 2011
@@ -22,6 +22,7 @@ Release 0.90.3 - Unreleased
only 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/'
IMPROVEMENT
HBASE-3717 deprecate HTable isTableEnabled() methods in favor of HBaseAdmin
Modified: hbase/branches/0.90/src/assembly/all.xml
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/src/assembly/all.xml?rev=1092543&r1=1092542&r2=1092543&view=diff
==============================================================================
--- hbase/branches/0.90/src/assembly/all.xml (original)
+++ hbase/branches/0.90/src/assembly/all.xml Thu Apr 14 23:01:21 2011
@@ -56,6 +56,9 @@
<outputDirectory>/lib</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
+ <excludes>
+ <exclude>org.apache.hbase:hbase</exclude>
+ </excludes>
</dependencySet>
</dependencySets>
</assembly>