sbt/compile/api
Thomas Koch 9e8c441159 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.
2011-12-14 14:35:17 +01:00
..
APIUtil.scala preserve API information needed for detecting annotations on defs. fixes #232 2011-10-19 22:23:47 -04:00
ClassToAPI.scala preserve API information needed for detecting annotations on defs. fixes #232 2011-10-19 22:23:47 -04:00
Discovered.scala store hashes of API instead of full API. fixes #21 2011-10-05 18:09:27 -04:00
Discovery.scala preserve API information needed for detecting annotations on defs. fixes #232 2011-10-19 22:23:47 -04:00
HashAPI.scala missing(?) imports, fix emacs syntax highlighting 2011-12-14 14:35:17 +01:00
NOTICE
ParseType.scala
SafeLazy.scala
SameAPI.scala store hashes of API instead of full API. fixes #21 2011-10-05 18:09:27 -04:00
ShowAPI.scala
TagTypeVariables.scala
Visit.scala