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 2010/04/15 00:03:18 UTC

svn commit: r934214 - in /hadoop/hbase/branches/0.20: CHANGES.txt build.xml src/contrib/indexed/

Author: stack
Date: Wed Apr 14 22:03:18 2010
New Revision: 934214

URL: http://svn.apache.org/viewvc?rev=934214&view=rev
Log:
HBASE-2448 Remove 'indexed' contrib

Removed:
    hadoop/hbase/branches/0.20/src/contrib/indexed/
Modified:
    hadoop/hbase/branches/0.20/CHANGES.txt
    hadoop/hbase/branches/0.20/build.xml

Modified: hadoop/hbase/branches/0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/CHANGES.txt?rev=934214&r1=934213&r2=934214&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20/CHANGES.txt (original)
+++ hadoop/hbase/branches/0.20/CHANGES.txt Wed Apr 14 22:03:18 2010
@@ -9,6 +9,7 @@ Release 0.20.4 - Unreleased
                ImmutableBytesWritable comparator (Todd Lipcon via Stack)
    HBASE-2392  Upgrade to ZooKeeper 3.3.0
    HBASE-2165  Improve fragmentation display and implementation
+   HBASE-2448  Remove 'indexed' contrib
 
   BUG FIXES
    HBASE-2173  New idx javadoc not included with the rest

Modified: hadoop/hbase/branches/0.20/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/build.xml?rev=934214&r1=934213&r2=934214&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20/build.xml (original)
+++ hadoop/hbase/branches/0.20/build.xml Wed Apr 14 22:03:18 2010
@@ -440,7 +440,6 @@
         </classpath>
     	<packageset dir="src/contrib/transactional/src/java"/>
     	<packageset dir="src/contrib/stargate/src/java"/>
-    	<packageset dir="src/contrib/indexed/src/java"/>
     </javadoc>
   </target>