sbt/util
Mark Harrah 035492dbcf introduce sbt.log.format for explicit formatting control
implements issue #134
if true, formatting enabled
if false, formatting disabled
if unset, formatting configured as before
sbt.log.noformat is no longer recommended, but is supported:
 a. setting it to 'true' explicitly disables formatting
 b. if 'false' or unspecified, autodetection is used
 c. sbt.log.format takes precedence if defined
2010-12-02 19:18:08 -05:00
..
classfile Java source support 2010-09-27 18:57:00 -04:00
classpath eliminate temporary directory for injecting resources into a class loader 2010-11-13 20:16:44 -05:00
collection TaskGroups, Context in tasks, new tasks 2010-11-24 14:18:59 -05: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 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 additional utility methods 2010-11-24 14:09: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