Additions to help the sbt/xsbt combination

This commit is contained in:
Mark Harrah 2009-10-09 19:12:14 -04:00
parent e08e1d2dac
commit ac02123ace
1 changed files with 1 additions and 1 deletions

View File

@ -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] =