sbt/main
Dale Wijnand 13c6729507 Extract Def.settings from Project#settings.
This allows for the same functionality that using SettingsDefinition in
Project#settings allows (specifying either bare Setting[_] or a Seq[Setting[_]])
to be available outside of the settings for a project, for instance when
defining a val.

In short, it allows:

    val modelSettings = Def.settings(
      sharedSettings,
      libraryDependencies += foo
    )
2015-08-20 18:45:41 +01:00
..
actions/src Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
command/src/main/scala/sbt Fix additional warnings 2015-08-07 00:23:14 +02:00
settings/src Extract Def.settings from Project#settings. 2015-08-20 18:45:41 +01:00
src Extract Def.settings from Project#settings. 2015-08-20 18:45:41 +01:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00