You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/04/15 01:00:40 UTC

svn commit: r1092542 - in /hbase/trunk: CHANGES.txt src/assembly/all.xml

Author: stack
Date: Thu Apr 14 23:00:40 2011
New Revision: 1092542

URL: http://svn.apache.org/viewvc?rev=1092542&view=rev
Log:
HBASE-3783 hbase-0.90.2.jar exists in hbase root and in 'lib/'

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/src/assembly/all.xml

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1092542&r1=1092541&r2=1092542&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Thu Apr 14 23:00:40 2011
@@ -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

Modified: hbase/trunk/src/assembly/all.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/assembly/all.xml?rev=1092542&r1=1092541&r2=1092542&view=diff
==============================================================================
--- hbase/trunk/src/assembly/all.xml (original)
+++ hbase/trunk/src/assembly/all.xml Thu Apr 14 23:00:40 2011
@@ -64,6 +64,9 @@
       <outputDirectory>/lib</outputDirectory>
       <unpack>false</unpack>
       <scope>runtime</scope>
+      <excludes>
+        <exclude>org.apache.hbase:hbase</exclude>
+      </excludes>
     </dependencySet>
   </dependencySets>
 </assembly>