sbt/util
Mark Harrah e47a357ab7 Resolve Scala version for projects in the normal `update` task.
1. Scala jars won't be copied to the boot directory, except for those needed to run sbt.
2. Scala SNAPSHOTs behave like normal SNAPSHOTs.  In particular, running `update` will properly re-resolve the dynamic revision.
3. Scala jars are resolved using the same repositories and configuration as other dependencies.
4. Classloaders (currently, Scala classloaders) are cached by the timestamps of entries instead of Scala class loaders being cached by version.

TODO: Support external dependency configuration
2012-11-17 20:23:06 -05:00
..
appmacro Scala 2.10.0-M7 2012-11-17 20:23:06 -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 Properly apply transformations to dynamic tasks. 2012-11-17 20:23:06 -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