mirror of https://github.com/sbt/sbt.git
I decided that it makes sense to move all of the new watch code out of the Watched companion object since the Watched trait itself is now deprecated. I don't really like having the new code in Watched.scala mixed with the legacy code, so I pulled it all out and moved it into the Watch object. Since we have to put all of the logic for the Continuous object in main in order to access the sbt.Keys object, it makes sense to move the logic out of main-command and into command so that most of the watch related logic is in the same subproject. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||