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 2010/01/17 21:16:54 UTC

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

Author: stack
Date: Sun Jan 17 20:16:54 2010
New Revision: 900210

URL: http://svn.apache.org/viewvc?rev=900210&view=rev
Log:
HBASE-2130 bin/* scripts - not to include lib/test/**/*.jar

Modified:
    hadoop/hbase/trunk/bin/hbase

Modified: hadoop/hbase/trunk/bin/hbase
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/bin/hbase?rev=900210&r1=900209&r2=900210&view=diff
==============================================================================
--- hadoop/hbase/trunk/bin/hbase (original)
+++ hadoop/hbase/trunk/bin/hbase Sun Jan 17 20:16:54 2010
@@ -121,11 +121,6 @@
   CLASSPATH=${CLASSPATH}:$f;
 done
 fi
-if [ -d "$HBASE_HOME/build/ivy/lib/test" ]; then
-for f in $HBASE_HOME/build/ivy/lib/test/*.jar; do
-  CLASSPATH=${CLASSPATH}:$f;
-done
-fi
 
 # Add user-specified CLASSPATH last
 if [ "$HBASE_CLASSPATH" != "" ]; then