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 2008/02/07 01:38:50 UTC

svn commit: r619232 - /hadoop/hbase/trunk/bin/hbase

Author: stack
Date: Wed Feb  6 16:38:49 2008
New Revision: 619232

URL: http://svn.apache.org/viewvc?rev=619232&view=rev
Log:
HBASE-403   Fix build after move of hbase in svn

Modified:
    hadoop/hbase/trunk/bin/hbase

Modified: hadoop/hbase/trunk/bin/hbase
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/bin/hbase?rev=619232&r1=619231&r2=619232&view=diff
==============================================================================
--- hadoop/hbase/trunk/bin/hbase (original)
+++ hadoop/hbase/trunk/bin/hbase Wed Feb  6 16:38:49 2008
@@ -104,7 +104,7 @@
   CLASSPATH=${CLASSPATH}:$HBASE_HOME/build/classes
 fi
 if [ -d "$HBASE_HOME/build/test" ]; then
-  CLASSPATH=${CLASSPATH}:$HBASE_HOME/hbase/test
+  CLASSPATH=${CLASSPATH}:$HBASE_HOME/build/test
 fi
 if [ -d "$HBASE_HOME/build/webapps" ]; then
   CLASSPATH=${CLASSPATH}:$HBASE_HOME/build