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 2009/07/24 02:12:34 UTC

svn commit: r797275 - /hadoop/hbase/trunk/build.xml

Author: stack
Date: Fri Jul 24 00:12:34 2009
New Revision: 797275

URL: http://svn.apache.org/viewvc?rev=797275&view=rev
Log:
HBASE-1588 Rig our build to support our new contribs -- stargate and THBase/ITHBase

Modified:
    hadoop/hbase/trunk/build.xml

Modified: hadoop/hbase/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/build.xml?rev=797275&r1=797274&r2=797275&view=diff
==============================================================================
--- hadoop/hbase/trunk/build.xml (original)
+++ hadoop/hbase/trunk/build.xml Fri Jul 24 00:12:34 2009
@@ -517,9 +517,7 @@
     </subant> 
   </target>
 
-  <!-- REENABLE!!! <target name="test" depends="test-core, test-contrib"
-  -->
-  <target name="test" depends="test-core"
+  <target name="test" depends="test-core, test-contrib"
     description="Run core, contrib unit tests">
   </target>