sbt/main
eugene yokota 16a6906826 Deprecate the old operators `<<=`, `<+=`, and `<++=` (#2716)
* Backport style changes in tests and Defaults.scala

This backports the scripted tests and Defaults.scala style changes to
use `build.sbt` and `:=`.

* Fix backport

* 	Deprecate the old operators `<<=`, `<+=`, and `<++=`

The no-longer-documented operators `<<=`, `<+=`, and `<++=` are
deprecated in anticipation of the removal in sbt 1.0. Ref #2711

For `<<=`, the suggested migration would be to use either `:=` or `~=`
operators. The RHS of `<<=` takes an `Initialize[_]` expression, which
can be converted to `:=` style by wrapping the expression in
parenthesis, and calling `.value` at the end.
2016-08-29 21:15:13 +02:00
..
actions/src Fix #2677: Tags.ForkedTestGroup doesn't work 2016-07-22 10:17:24 -06:00
command/src/main/scala/sbt Fix parser for new command 2016-08-22 11:29:35 -04:00
settings/src Deprecate the old operators `<<=`, `<+=`, and `<++=` (#2716) 2016-08-29 21:15:13 +02:00
src Backport style changes in scripted tests and Defaults.scala (#2715) 2016-08-29 21:14:39 +02:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00