mirror of https://github.com/sbt/sbt.git
Additions to help the sbt/xsbt combination
This commit is contained in:
parent
e08e1d2dac
commit
ac02123ace
|
|
@ -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] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue