sbt/util
Mark Harrah 1b9b2481f4 split load-time project structure scope resolution into two phases
first phase resolves referenced build URIs as each build is loaded
second phase resolves references without an explicit project ID
  (this requires the whole structure to be known and this isn't available during the first phase)
setting resolution is unchanged (done after both phases)
2011-01-25 22:14:02 -05:00
..
classfile Java source support 2010-09-27 18:57:00 -04:00
classpath use java.util.Linked* instead of scala's 2011-01-22 16:21:22 -05:00
collection split load-time project structure scope resolution into two phases 2011-01-25 22:14:02 -05:00
complete cleanup and fixes 2011-01-24 18:08:43 -05:00
control first shot at general command/definition model 2010-07-17 12:07:41 -04:00
datatype improving incremental compilation 2010-10-22 21:55:16 -04:00
env * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
io split load-time project structure scope resolution into two phases 2011-01-25 22:14:02 -05:00
log introduce sbt.log.format for explicit formatting control 2010-12-02 19:18:08 -05:00
process add another Process constructor 2010-09-27 18:50:17 -04:00