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
..
actions/src Scalariforming test code 2014-05-07 11:52:23 -04:00
command/src/main/scala/sbt some more source getting formatted 2014-05-02 18:07:05 -04:00
settings/src Scalariforming test code 2014-05-07 11:52:23 -04:00
src Rework sbt's loading mechanism to allow `ProjectManipulation` DSL entries to take effect. 2014-05-07 12:35:17 -04:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00