make project history-enabled

This commit is contained in:
Mark Harrah 2010-09-08 14:44:04 -04:00
parent 7b64a8f526
commit a5ac661115
1 changed files with 2 additions and 1 deletions

View File

@ -146,13 +146,14 @@ object MultiContext
}
}
trait Project extends Tasked
trait Project extends Tasked with HistoryEnabled
{
val info: ProjectInfo
def name: String = info.name getOrElse "'name' not overridden"
def base = info.projectDirectory
def outputRootPath = base / "target"
def historyPath = Some(outputRootPath / ".history")
def streamBase = outputRootPath / "streams"
implicit def streams = Dummy.Streams