sbt/main
Martin Duhem 90a8423d8e Find most specific version of compiler interface sources
This commit introduces a mechanism that allows sbt to find the most
specific version of the compiler interface sources that exists using
Ivy.

For instance, when asked for a compiler interface for Scala 2.11.8-M2,
sbt will look for sources for:

 - 2.11.8-M2 ;
 - 2.11.8 ;
 - 2.11 ;
 - the default sources.

This commit also modifies the build definition by removing the
precompiled projects and configuring the compiler-interface project so
that it publishes its source artifacts in a Maven-friendly format.
2015-07-16 11:18:48 +02:00
..
actions/src Find most specific version of compiler interface sources 2015-07-16 11:18:48 +02:00
command/src/main/scala/sbt Implement SimpleCommand.toString. Fixes #1998. 2015-05-05 09:11:52 +01:00
settings/src Add explicit return type for implicit removeSeq. 2015-03-23 22:29:57 +00:00
src Find most specific version of compiler interface sources 2015-07-16 11:18:48 +02:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00