fix displaying non-ResolvedReferences in relativeShow

This commit is contained in:
Mark Harrah 2011-10-01 14:39:40 -04:00
parent 705608d59d
commit 4e208b0250
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ object Project extends Init[Scope] with ProjectExtra
case BuildRef(current.build) => "{.}/"
case `current` => if(multi) current.project + "/" else ""
case ProjectRef(current.build, x) => x + "/"
case _ => display(project)
case _ => display(project) + "/"
}
private abstract class ProjectDef[PR <: ProjectReference](val id: String, val base: File, aggregate0: => Seq[PR], dependencies0: => Seq[ClasspathDep[PR]], delegates0: => Seq[PR],