Author: kturner
Date: Tue Oct  4 18:39:18 2011
New Revision: 1178897

URL: http://svn.apache.org/viewvc?rev=1178897&view=rev
Log:
ACCUMULO-2 fixed thrift build script to point to new cloudtrace location

Modified:
    incubator/accumulo/trunk/src/core/src/main/thrift/thrift.sh

Modified: incubator/accumulo/trunk/src/core/src/main/thrift/thrift.sh
URL: 
http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/core/src/main/thrift/thrift.sh?rev=1178897&r1=1178896&r2=1178897&view=diff
==============================================================================
--- incubator/accumulo/trunk/src/core/src/main/thrift/thrift.sh (original)
+++ incubator/accumulo/trunk/src/core/src/main/thrift/thrift.sh Tue Oct  4 
18:39:18 2011
@@ -12,7 +12,7 @@ if [ "$VERSION" -ne 1 ] ; then 
    echo "thrift is not available"
    exit 0
 fi
-CLOUDTRACE=../../contrib/cloudtrace-0.2.0/
+CLOUDTRACE=../trace
 test -d ${CLOUDTRACE} || ( echo 'need to configure cloudtrace' ; exit 0 )
 
 THRIFT_ARGS="-I $CLOUDTRACE/src/main/thrift -o target "


Reply via email to