Author: vines
Date: Thu Jan  3 18:53:29 2013
New Revision: 1428548

URL: http://svn.apache.org/viewvc?rev=1428548&view=rev
Log:
ACCUMULO-926 - I didn't need to mess with the script, it turns out


Modified:
    accumulo/trunk/bin/accumulo

Modified: accumulo/trunk/bin/accumulo
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/bin/accumulo?rev=1428548&r1=1428547&r2=1428548&view=diff
==============================================================================
--- accumulo/trunk/bin/accumulo (original)
+++ accumulo/trunk/bin/accumulo Thu Jan  3 18:53:29 2013
@@ -51,7 +51,7 @@ bin=`cd "$bin"; pwd`
 START_JAR=$ACCUMULO_HOME/lib/accumulo-start-$ACCUMULO_VERSION.jar
 
COMMONS_JCI_JARS=$ACCUMULO_HOME/lib/commons-jci-core-1.0.jar:$ACCUMULO_HOME/lib/commons-jci-fam-1.0.jar:$ACCUMULO_HOME/lib/log4j-1.2.16.jar:$ACCUMULO_HOME/lib/commons-logging-1.0.4.jar:$ACCUMULO_HOME/lib/commons-logging-api-1.0.4.jar
 START_CLASSES_DIR=$ACCUMULO_HOME/src/start/target/classes
-COMMONS_VFS_JARS=$ACCUMULO_HOME/lib/commons-vfs2-2.0.jar:$ACCUMULO_HOME/conf/log4j.properties
+COMMONS_VFS_JARS=$ACCUMULO_HOME/lib/commons-vfs2-2.0.jar
 HADOOP_CLASSPATH=`$HADOOP_HOME/bin/hadoop classpath`
 
 locationByProgram() 


Reply via email to