Skip to content

Commit

Permalink
Deleting the old project structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hariprasad Kuppuswamy committed Feb 16, 2012
1 parent f75ffe8 commit 2dc263e
Show file tree
Hide file tree
Showing 88 changed files with 1 addition and 11,464 deletions.
6 changes: 1 addition & 5 deletions bin/ycsb.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ fi
# so that filenames w/ spaces are handled correctly in loops below
IFS=

for f in $YCSB_HOME/build/*.jar; do
CLASSPATH=${CLASSPATH}:$f
done

for f in $YCSB_HOME/lib/*.jar; do
CLASSPATH=${CLASSPATH}:$f
done
Expand All @@ -108,7 +104,7 @@ for f in $YCSB_HOME/db/*; do
fi
done

#echo "CLASSPATH=$CLASSPATH"
echo "CLASSPATH=$CLASSPATH"

# restore ordinary behavior
unset IFS
Expand Down
1 change: 0 additions & 1 deletion db/cassandra-0.5/lib/README

This file was deleted.

Loading

0 comments on commit 2dc263e

Please sign in to comment.