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/05 21:33:55 UTC

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

Author: stack
Date: Tue Feb  5 12:33:53 2008
New Revision: 618769

URL: http://svn.apache.org/viewvc?rev=618769&view=rev
Log:
HADOOP-403  Fix build after move of hbase in svn
Fix webapps on CLASSPATH

Modified:
    hadoop/hbase/trunk/bin/hbase

Modified: hadoop/hbase/trunk/bin/hbase
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/bin/hbase?rev=618769&r1=618768&r2=618769&view=diff
==============================================================================
--- hadoop/hbase/trunk/bin/hbase (original)
+++ hadoop/hbase/trunk/bin/hbase Tue Feb  5 12:33:53 2008
@@ -107,7 +107,7 @@
   CLASSPATH=${CLASSPATH}:$HBASE_HOME/hbase/test
 fi
 if [ -d "$HBASE_HOME/build/webapps" ]; then
-  CLASSPATH=${CLASSPATH}:$HBASE_HOME/build/webapps
+  CLASSPATH=${CLASSPATH}:$HBASE_HOME/build
 fi
 
 # so that filenames w/ spaces are handled correctly in loops below