Files
sbt/main
Josh Suereth af1c581cbb Rework sbt's loading mechanism to allow ProjectManipulation DSL entries to take effect.
This does the following:

* Fragments loading into two stages:  Discovery + Resolution
* Discovery just looks for .sbt files and Projects, while
  loading/compiling them.
* Resolution is responsible for taking discovered projects and
  loaded sbt files and globbing everything together.  This includes
  feeding the project through various manipulations, applying
  AutoPlugin settings/configurations and ordering all the settings.
* Add a bunch of docs
* Add direct DSL `enablePlugins` and test
* Add direct DSL `disablePlugins` and test.
2014-05-07 12:35:17 -04:00
..
2014-05-07 11:52:23 -04:00
2014-05-07 11:52:23 -04:00
2010-09-21 22:00:11 -04:00