You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2010/04/15 07:20:18 UTC

svn commit: r934290 - /hadoop/hbase/branches/0.20/build.xml

Author: apurtell
Date: Thu Apr 15 05:20:18 2010
New Revision: 934290

URL: http://svn.apache.org/viewvc?rev=934290&view=rev
Log:
HBASE-2411 Findbugs target; remove references to 'indexed' contrib

Modified:
    hadoop/hbase/branches/0.20/build.xml

Modified: hadoop/hbase/branches/0.20/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/build.xml?rev=934290&r1=934289&r2=934290&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20/build.xml (original)
+++ hadoop/hbase/branches/0.20/build.xml Thu Apr 15 05:20:18 2010
@@ -560,9 +560,6 @@
         <fileset dir="${lib.dir}/jsp-2.1/">
           <include name="*jar" />
         </fileset>
-        <fileset dir="${basedir}/src/contrib/indexed/lib">
-          <include name="*jar" />
-        </fileset>
         <fileset dir="${basedir}/src/contrib/stargate/lib">
           <include name="*jar" />
         </fileset>
@@ -570,8 +567,6 @@
       </auxClasspath>
       <sourcePath path="${src.dir}"/>
       <class location="${basedir}/build/${final.name}.jar" />
-      <sourcePath path="${basedir}/src/contrib/indexed/src/java" />
-      <class location="${basedir}/build/contrib/indexed/hbase-${version}-indexed.jar" />
       <sourcePath path="${basedir}/src/contrib/stargate/src/java" />
       <class location="${basedir}/build/contrib/stargate/hbase-${version}-stargate.jar" />
       <sourcePath path="${basedir}/src/contrib/transactional/src/java" />