Compilation with analysis independent of Scala version of sbt.

Basic test for this.
This commit is contained in:
Mark Harrah
2009-08-23 22:21:15 -04:00
parent efb1604f0e
commit 50d350abd0
24 changed files with 426 additions and 149 deletions
@@ -0,0 +1,9 @@
package xsbti;
import java.io.File;
public interface ScalaProvider
{
public ClassLoader getScalaLoader(String scalaVersion);
public File getScalaHome(String scalaVersion);
}