mirror of https://github.com/sbt/sbt.git
ProjectDefinition.toString
This commit is contained in:
parent
1248830e2c
commit
50fd30a695
|
|
@ -29,6 +29,7 @@ sealed trait ProjectDefinition[PR <: ProjectReference]
|
|||
case p: ProjectDefinition[_] => p.getClass == this.getClass && p.id == id && p.base == base
|
||||
case _ => false
|
||||
}
|
||||
override def toString = "Project(id: " + id + ", base: " + base + ", aggregate: " + aggregate + ", dependencies: " + dependencies + ", delegates: " + delegates + ", configurations: " + configurations + ")"
|
||||
}
|
||||
sealed trait Project extends ProjectDefinition[ProjectReference]
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue