mirror of https://github.com/apache/kafka.git
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:
parent
59a5c3215a
commit
4c2d121b26
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue