sbt/util/classpath
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
..
ClassLoaderCache.scala Resolve Scala version for projects in the normal `update` task. 2012-11-17 20:23:06 -05:00
ClassLoaders.scala class loader extension to handle native libraries loaded in multiple class loaders 2011-08-05 21:56:32 -04:00
ClasspathUtilities.scala Resolve Scala version for projects in the normal `update` task. 2012-11-17 20:23:06 -05:00
DualLoader.scala - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
ModuleUtilities.scala - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
RawURL.scala eliminate temporary directory for injecting resources into a class loader 2010-11-13 20:16:44 -05:00
ReflectUtilities.scala replace unordered collections in several locations with ordered ones 2010-10-26 18:09:33 -04:00
ScalaInstance.scala Resolve Scala version for projects in the normal `update` task. 2012-11-17 20:23:06 -05:00