sbt/tasks/standard
Mark Harrah 818382766e add Types.idFun to replace Predef.identity, replace a :== overload
idFun[T]: T => T instead of identity[T](t: T): T
  doesn't require a new class file when used as a function value
replaced overloads of :== that assigned the Scoped reference on
  the right to the Scoped on the left with <<= scoped.identity
2011-04-16 11:24:58 -04:00
..
src/test/scala work on tests 2011-04-08 19:17:58 -04:00
Action.scala multi-project model based on Settings and ProjectRef 2011-01-18 18:48:32 -05:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00
Streams.scala overhaul Streams injection 2011-02-05 21:39:34 -05:00
System.scala fix input tasks not being keyed & not showing up in failed task list 2011-04-04 19:10:35 -04:00
TaskExtra.scala add Types.idFun to replace Predef.identity, replace a :== overload 2011-04-16 11:24:58 -04:00