sbt/main/src
Dale Wijnand a058a38b7b Define Project.settings with SettingsDefinition.
This maintains old, existing ways of configurating project settings,
while adding the possibility to:
* Define add a sequence of settings, between other individual settings
* Pass a Seq[Setting[_]] to Project.settings without having to do
  "varargs expansion", ie. ": _*"
2015-03-06 17:33:54 +00:00
..
main/scala/sbt Define Project.settings with SettingsDefinition. 2015-03-06 17:33:54 +00:00
test Merge pull request #1759 from jedesah/topic/minor_cleanup 2015-01-14 16:13:06 -05:00