make default name the project id

This commit is contained in:
Mark Harrah 2011-02-15 18:41:40 -05:00
parent 8ad8718366
commit cda1995a6b
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ object Default
def data[T](in: Seq[Attributed[T]]): Seq[T] = in.map(_.data)
def core = Seq(
Name :== "test",
Name <<= ThisProject(_.id),
Version :== "0.1",
MaxErrors in GlobalScope :== 100,
Project.Commands :== Nil,