sbt/main
Mark Harrah 49bf842b3d Restructure Natures/AutoPlugin types
- remove AutoPlugin.provides
 * name comes from module name
 * AutoPlugin is Nature-like via Basic
- Project.addNatures only accepts varags of Nature values
 * enforces that a user cannot explicitly enable an AutoPlugin
 * drops need for && and - combinators
- Project.excludeNatures accepts varags of AutoPlugin values
 * enforces that only AutoPlugins can be excluded
 * drops need for && and - combinators
2014-02-08 10:23:31 -05:00
..
actions/src Fixes to the internal API hooks for the sbt server. 2014-01-14 12:42:40 -05:00
command/src/main/scala/sbt Expand aliases instead of evaluating directly. 2013-11-24 15:19:24 -05:00
settings/src TaskKey[T].previous: Option[T], which returns the value of the task the last time it executed. 2013-12-06 20:45:01 -05:00
src Restructure Natures/AutoPlugin types 2014-02-08 10:23:31 -05:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00