missing(?) imports, fix emacs syntax highlighting

While trying to build sbt without sbt, I got compile errors claiming that
util.Random would not be a member of util. The added import statements fixed
this.

The inserted spaces in the comments in project/Sbt.scala are a work around in a
bug in emacs scala syntax highlighting.
This commit is contained in:
Thomas Koch
2011-12-14 14:35:17 +01:00
parent 38a529d037
commit 9e8c441159
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
*/
package xsbt.api
import scala.util
import xsbti.api._
import util.MurmurHash
import TagTypeVariables.TypeVars