sbt/util
Mark Harrah 0d5814e2b3 Rework external dependency tracking and multi-projects
Reduce AnalysisCallback interface:
  remove discovery
  simplify dependency notification methods
Use map of classpath entry to Analysis for locating
  source API for external dependencies
Handle classpath changes by locating class
  on classpath and either locating Analysis/Source
  as above or comparing Stamp.  This requires storing
  the class name of a binary dependency now.
Make this process aware of full classpath, including
  boot classpath
2010-09-17 21:59:43 -04:00
..
classfile Rework external dependency tracking and multi-projects 2010-09-17 21:59:43 -04:00
classpath * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
collection Attributed, attaches attributes to arbitrary data 2010-09-17 20:46:31 -04:00
complete remove call-by-name modifier for error function, doesn't work well 2010-08-04 19:48:48 -04:00
control first shot at general command/definition model 2010-07-17 12:07:41 -04:00
datatype more reorganization, mostly IO. Also, move class file analyzer and history code to separate projects 2010-06-13 22:59:29 -04:00
env * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
io relativize that takes File arguments 2010-09-17 20:28:36 -04:00
log rework ConsoleLogger 2010-09-04 08:24:26 -04:00
process clean up Process subproject 2010-08-21 22:49:11 -04:00