sbt/compile/inc/src
Grzegorz Kossakowski 129c870a1d Break Incremental.scala into smaller files.
Incremental.scala contained all three strategies of incremental
compilation:

  * ant-style
  * the default one (before name hashing)
  * name hashing

Let's move all those classes into separate files. Also, move common code
into a separate file.
2014-05-21 16:23:55 +02:00
..
main/scala/sbt Break Incremental.scala into smaller files. 2014-05-21 16:23:55 +02:00
test/scala/sbt/inc Scalariforming test code 2014-05-07 11:52:23 -04:00