mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
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.