sbt/project
Mark Harrah 1048976844 jline/jansi fixes for windows. Fixes #763, fixes #562.
The startup script should set sbt.cygwin=true if running from cygwin.
This will set the terminal type properly for JLine if not already set.
If sbt.cygwin=false or unset and os.name includes "windows", JAnsi is
downloaded by the launcher and installed on standard out/err.

The value for jline.terminal is transformed from explicit jline.X to
the basic types "windows", "unix", or "none".  Now that sbt uses JLine
2.0, these types are understood by both sbt's JLine and Scala's.
Older Scala versions shaded the classes but not the terminal property
so both couldn't be configured with a class name at the same time.
2013-06-26 13:40:33 -04:00
..
Docs.scala -Ymacro-no-expand for API docs 2013-02-13 08:13:50 -05:00
Proguard.scala remove JLine from the launcher 2013-02-26 09:27:56 -05:00
Release.scala Build cleanup, publish launcher normally, pull it normally in scripted plugin 2013-06-20 15:44:29 -04:00
Sbt.scala jline/jansi fixes for windows. Fixes #763, fixes #562. 2013-06-26 13:40:33 -04:00
Status.scala stamp-version should fail if current version is a release 2013-06-03 10:36:21 -04:00
Sxr.scala -Ymacro-no-expand for API docs 2013-02-13 08:13:50 -05:00
Transform.scala remove task key definition from the build since it is now in sbt 2013-06-19 17:14:57 -04:00
Util.scala jline/jansi fixes for windows. Fixes #763, fixes #562. 2013-06-26 13:40:33 -04:00
build.properties build with 0.12.4-RC3 2013-06-20 16:55:17 -04:00
p.sbt switch dispatch to dispatch.classic to avoid collisions with plugins which use newer versions of dispatch (0.9+) 2013-02-19 08:54:56 -05:00