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. |
||
|---|---|---|
| .. | ||
| api | ||
| inc | ||
| integration/src/main/scala/sbt/compiler | ||
| interface | ||
| ivy/src/main/scala/sbt/compiler | ||
| persist | ||
| src/main/scala/sbt | ||
| NOTICE | ||