sbt/launch
Mark Harrah 8c4ebabe19 remove JLine from the launcher
It is no longer necessary for it to be loaded in a stable class loader
and line reading in the launcher does not require anything more advanced
than java.io.Console.readLine(String).
Scala versions 2.8 and later use the version that goes through JAnsi
and for that it is sufficient to have JNA in a stable loader.
2013-02-26 09:27:56 -05:00
..
interface Replace Scala jars in UpdateReport with ScalaProvider jars in more situations. Fixes #661. 2013-02-21 20:44:26 -05:00
src remove JLine from the launcher 2013-02-26 09:27:56 -05:00
test-sample/src/main/scala/xsbt/boot/test Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
NOTICE remove JLine from the launcher 2013-02-26 09:27:56 -05:00