sbt/util
Mark Harrah a38bce8d41 Transition to all camelCase key labels.
1. Hyphenated labels are still accepted when parsing scoped keys (so 'sbt test-only' still works)
   There is currently no timeline for removing this support for hyphenated keys.
2. Only camelCase is shown for tab completion.
3. AttributeKey.rawLabel provides the unnormalized label.
   This should only be used to implement support for accepting hyphenated keys as input for compatibility.
4. AttributeKey.normLabel provides the normalized label (hyphenated converted to camelCase)
2012-11-17 20:23:07 -05:00
..
appmacro InputTask macro 2012-11-17 20:23:07 -05:00
classfile Java classfile analysis: log the problematic URL when IO.urlAsFile throws an exception. Ref #564. 2012-10-15 12:42:28 -04:00
classpath Resolve Scala version for projects in the normal `update` task. 2012-11-17 20:23:06 -05:00
collection Transition to all camelCase key labels. 2012-11-17 20:23:07 -05:00
complete taking care of deprecations removed in Scala master 2012-11-14 11:48:06 -05:00
control Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
datatype port build to 0.10, fixes #30 2011-06-10 07:58:18 -04:00
env replace Path with RichFile 2011-05-14 18:21:41 -04:00
io When preserving last modified, convert negative values to 0 2012-11-16 09:56:01 -05:00
log back all ConsoleLoggers by a common ConsoleOut 2012-09-01 09:56:09 -04:00
process remove most occurrences of ScalaObject 2012-07-01 15:16:41 -04:00
relation Analysis.groupBy implementation. 2012-11-10 19:01:41 -05:00