sbt/compile
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
..
api Minor code cleanup 2014-12-03 09:56:34 -08:00
inc Update incremental compile debug message 2015-04-15 14:29:10 +10:00
integration/src/main/scala/sbt/compiler Warn when ignoring previous analysis for various reasons. 2015-03-17 23:55:25 +00:00
interface Merge pull request #1759 from jedesah/topic/minor_cleanup 2015-01-14 16:13:06 -05:00
ivy/src/main/scala/sbt/compiler Find most specific version of compiler interface sources 2015-07-16 11:18:48 +02:00
persist Merge pull request #1714 from sbt/wip/bytecode-enhancement 2014-12-03 08:46:52 -05:00
src Fix params order in `@deprecated` 2015-01-17 08:25:57 +05:30
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00