sbt/util
Mark Harrah c9b932acd1 cleanup/rework related to Settings/InputParser
- drop fillThis: handle in injectStreams instead
- simplify InputParser construction (at the expense of implementation simplicity)
- split out ScopeKey/initialization parts of Setting with separate Initialize trait
  + makes Apply obsolete
  + makes the Initialize trait properly composable
  + this allowed splitting the InputParser definition into
    an Initialize for parsing and one for the action
- implement test-only
- inject resolved scope
2011-02-11 20:22:17 -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 cleanup/rework related to Settings/InputParser 2011-02-11 20:22:17 -05:00
complete some more example tab completion combinators 2011-02-08 20:33:34 -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 define IO.writeLines for a PrintWriter 2011-02-11 20:10:53 -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