Browse Source

HADOOP-2779. Remove the references to HBase in the build.xml.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@618459 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 17 years ago
parent
commit
ef7c6c99c2
2 changed files with 2 additions and 2 deletions
  1. 2 0
      CHANGES.txt
  2. 0 2
      build.xml

+ 2 - 0
CHANGES.txt

@@ -19,6 +19,8 @@ Trunk (unreleased changes)
     HADOOP-2754 Filter out .crc files from local file system listing.
     (Hairong Kuang via shv)
 
+    HADOOP-2779.  Remove the references to HBase in the build.xml. (omalley)
+
 Release 0.16.0 - 2008-02-07
 
   INCOMPATIBLE CHANGES

+ 0 - 2
build.xml

@@ -677,7 +677,6 @@
 
     	<packageset dir="src/contrib/streaming/src/java"/>
     	<packageset dir="src/contrib/data_join/src/java"/>
-    	<packageset dir="src/contrib/hbase/src/java"/>
 
         <link href="${javadoc.link.java}"/>
 
@@ -694,7 +693,6 @@
 
        <group title="contrib: Streaming" packages="org.apache.hadoop.streaming*"/>
        <group title="contrib: DataJoin" packages="org.apache.hadoop.contrib.utils.join*"/>
-       <group title="contrib: HBase" packages="org.apache.hadoop.hbase*"/>
 
     </javadoc>
   </target>