Additions to help the sbt/xsbt combination

This commit is contained in:
Mark Harrah
2009-10-09 19:12:14 -04:00
parent 7bb72ecb8b
commit e88214efbd
9 changed files with 52 additions and 19 deletions
@@ -4,4 +4,5 @@ public interface Launcher
{
public static final int InterfaceVersion = 1;
public ScalaProvider getScala(String version);
public ClassLoader topLoader();
}