sbt/main
Indrajit Raychaudhuri 1b15653bcb Enable cross-version support for Scala sources.
This allows attaching unmanaged sources on `per-ScalaVersion` basis.

Sources from `src/{main,test}/scala-<scalaBinaryVersion>` is collected
in addition to `src/{main,test}/scala` by default.

Note that the treatment of `scalaBinaryVersion` would vary depending on
`scalaVersion` pre-2.10 and 2.10 onwards.

For example:
- with `scalaVersion` `2.9.3`, the `scalaBinaryVersion` is set to `2.9.3`
  thus the files in `src/{main,test}/scala-2.9.3` as well
 `src/{main,test}/scala` would be available in the `sources` list.

- with `scalaVersion` `2.10.1`, the `scalaBinaryVersion` is set to `2.10`
  thus the files in `src/{main,test}/scala-2.10` as well
 `src/{main,test}/scala` would be available in the `sources` list.
2015-01-16 14:07:42 +05:30
..
actions/src Merge pull request #1759 from jedesah/topic/minor_cleanup 2015-01-14 16:13:06 -05:00
command/src/main/scala/sbt Remove line of dead code. 2014-05-19 06:17:44 -07:00
settings/src Adds excludeDependencies. Fixes #1748 2014-12-04 17:35:30 -05:00
src Enable cross-version support for Scala sources. 2015-01-16 14:07:42 +05:30
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00