mirror of https://github.com/sbt/sbt.git
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. |
||
|---|---|---|
| .. | ||
| main/scala/sbt | ||
| test/scala/sbt/inc | ||