Setup interface project for testing

This commit is contained in:
Mark Harrah
2009-08-18 00:51:08 -04:00
parent 5644b936fe
commit 67e13ad887
18 changed files with 374 additions and 116 deletions
@@ -0,0 +1,11 @@
/* sbt -- Simple Build Tool
* Copyright 2009 Mark Harrah
*/
package xsbti;
public interface Versions
{
public static final String Sbt = "0.7";
public static final int Interface = 1;
public static final int BootInterface = 1;
}