sbt/util
Mark Harrah 5b5577a187 Replace Scala jars in UpdateReport with ScalaProvider jars in more situations. Fixes #661.
Specifically, when the Scala version for sbt is the same as that for the project being built,
the jars in UpdateReport should be the same as those in ScalaProvider.  This is because the
loader will come from the ScalaProvider, which uses jars in the boot directory instead of the
cache.  The first part of the fix for #661 checks that loaded classes come from the classpath
and so they need to line up.
2013-02-21 20:44:26 -05:00
..
appmacro/src/main/scala/sbt/appmacro Use @compileTimeOnly for .value and .parsed methods. 2013-02-19 08:54:40 -05:00
classfile Silence boring Eclipse warnings: catching all exceptions, part 2 2013-01-22 09:05:15 -05:00
classpath Replace Scala jars in UpdateReport with ScalaProvider jars in more situations. Fixes #661. 2013-02-21 20:44:26 -05:00
collection Update to 2.10.1-RC1 2013-02-13 07:17:20 -05:00
complete -Xlint 2013-02-04 17:30:31 -05:00
control Silence boring Eclipse warnings: catching all exceptions 2013-01-22 09:05:15 -05:00
cross/src/main/input_sources -Xlint 2013-02-04 17:30:31 -05:00
datatype Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
env/src Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
io Convert references to harrah/xsbt to sbt/sbt 2013-01-04 17:22:40 -05:00
log Silence boring Eclipse warnings: catching all exceptions 2013-01-22 09:05:15 -05:00
process -Xlint 2013-02-04 17:30:31 -05:00
relation/src Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00