sbt/main/command
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
..
BasicCommandStrings.scala add extra category of help for listing command names without summary 2012-04-07 18:10:23 -04:00
BasicCommands.scala Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572. 2012-10-15 12:42:27 -04:00
BasicKeys.scala Resolve Scala version for projects in the normal `update` task. 2012-11-17 20:23:06 -05:00
Command.scala add extra category of help for listing command names without summary 2012-04-07 18:10:23 -04:00
CommandUtil.scala correct CommandUtil.aligned to use provided prefix 2012-07-13 14:33:27 -04:00
ExceptionCategory.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
Highlight.scala searchable help 2012-03-12 19:54:18 -04:00
MainControl.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00
MainLoop.scala Second try at printing message when stack trace suppressed. 2012-05-19 18:20:19 -04:00
State.scala Resolve Scala version for projects in the normal `update` task. 2012-11-17 20:23:06 -05:00
Watched.scala split command core to main/command/ 2012-01-29 14:36:27 -05:00