Update to sbt 0.7.7

patch by cburroughs; reviewed by junrao for KAFKA-92

git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1178669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Burroughs 2011-10-04 01:41:02 +00:00
parent 59a5c3215a
commit 4c2d121b26
5 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ done
for file in $base_dir/core/lib_managed/scala_2.8.0/compile/*.jar;
do
if [ ${file##*/} != "sbt-launch.jar" ]; then
if [ ${file##*/} != "sbt-launch-0.7.7.jar" ]; then
CLASSPATH=$CLASSPATH:$file
fi
done

BIN
lib/sbt-launch-0.7.7.jar Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
#Project properties
#Mon Feb 28 11:55:49 PST 2011
project.name=Kafka
sbt.version=0.7.5
sbt.version=0.7.7
project.version=0.7
build.scala.versions=2.8.0
contrib.root.dir=contrib

2
sbt
View File

@ -1 +1 @@
java -Xmx1024M -XX:MaxPermSize=512m -jar `dirname $0`/lib/sbt-launch.jar "$@"
java -Xmx1024M -XX:MaxPermSize=512m -jar `dirname $0`/lib/sbt-launch-0.7.7.jar "$@"