Author: billie
Date: Tue Oct  4 19:36:29 2011
New Revision: 1178926

URL: http://svn.apache.org/viewvc?rev=1178926&view=rev
Log:
ACCUMULO-2 fixed thrift build script in 1.3 branch

Modified:
    incubator/accumulo/branches/1.3/src/core/src/main/thrift/thrift.sh

Modified: incubator/accumulo/branches/1.3/src/core/src/main/thrift/thrift.sh
URL: 
http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/core/src/main/thrift/thrift.sh?rev=1178926&r1=1178925&r2=1178926&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/src/core/src/main/thrift/thrift.sh 
(original)
+++ incubator/accumulo/branches/1.3/src/core/src/main/thrift/thrift.sh Tue Oct  
4 19:36:29 2011
@@ -7,7 +7,7 @@ if [ "$VERSION" -ne 1 ] ; then 
    echo "thrift is not available"
    exit 0
 fi
-CLOUDTRACE=../../../cloudtrace
+CLOUDTRACE=../trace
 THRIFT_ARGS="-I $CLOUDTRACE/src/main/thrift -o target "
 
 mkdir -p target


Reply via email to