This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sbt
mirror of
https://github.com/sbt/sbt.git
Watch
1
Star
0
Fork
You've already forked sbt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c9cabc69f
sbt
/
launch
/
interface
/
src
/
main
/
java
/
xsbti
/
Exit.java
5 lines
79 B
Java
Raw
Normal View
History
Unescape
Escape
Compilation with analysis independent of Scala version of sbt. Basic test for this.
2009-08-24 04:21:15 +02:00
package
xsbti
;
Initial code for the loader.
2009-08-21 14:12:43 +02:00
public
interface
Exit
extends
MainResult
{
public
int
code
(
)
;
}