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 legal cleanup 2010-02-07 23:45:19 -05:00
ParseType.scala basic type parsing for testing/prototyping 2010-06-21 21:23:10 -04:00
SafeLazy.scala make serializable abstract Lazy template 2010-10-30 11:56:40 -04:00
SameAPI.scala store hashes of API instead of full API. fixes #21 2011-10-05 18:09:27 -04:00
ShowAPI.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
TagTypeVariables.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
Visit.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00