Fix issue where compiler interface was poorly cached

This commit is contained in:
Mark Harrah 2009-11-09 22:02:53 -05:00
parent 218a10c83a
commit 13d75b680a
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
/* sbt -- Simple Build Tool
* Copyright 2009 Mark Harrah
*/
package xsbti;
public interface Versions
{
public static final String Sbt = "0.7.0_13"; // keep in sync with LauncherProject in the XSbt project definition;
public static final int Interface = 1;
public static final int BootInterface = 1;
}