From ac02123ace79407aa539ceb6988e904a1d2606f7 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 9 Oct 2009 19:12:14 -0400 Subject: [PATCH] Additions to help the sbt/xsbt combination --- ivy/ComponentManager.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy/ComponentManager.scala b/ivy/ComponentManager.scala index d13459a67..e420ffe22 100644 --- a/ivy/ComponentManager.scala +++ b/ivy/ComponentManager.scala @@ -11,7 +11,7 @@ import java.io.File * This is used for compiled source jars so that the compilation need not be repeated for other projects on the same * machine. */ -class ComponentManager(provider: xsbti.ComponentProvider, log: IvyLogger) extends NotNull +class ComponentManager(provider: xsbti.ComponentProvider, val log: IvyLogger) extends NotNull { /** Get all of the files for component 'id', throwing an exception if no files exist for the component. */ def files(id: String): Iterable[File] =