Rename CompilerInterfaceProvider to CompilerBridgeProvider

Fix #162
This commit is contained in:
Simon Schäfer 2016-11-03 09:27:52 +01:00
parent 0539410fdd
commit 531ea5f635
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ private[sbt] object ComponentCompiler {
val binSeparator = "-bin_"
val javaVersion = System.getProperty("java.class.version")
def interfaceProvider(manager: ComponentManager, ivyConfiguration: IvyConfiguration, sourcesModule: ModuleID): CompilerInterfaceProvider = new CompilerInterfaceProvider {
def interfaceProvider(manager: ComponentManager, ivyConfiguration: IvyConfiguration, sourcesModule: ModuleID): CompilerBridgeProvider = new CompilerBridgeProvider {
def apply(scalaInstance: xsbti.compile.ScalaInstance, log: Logger): File =
{
// this is the instance used to compile the interface component