Commit Graph

7 Commits

Author SHA1 Message Date
Josh Suereth bec43f0a55 Cleanup of launcher package to remove special casing of
JANSI.  This, hopefully, will lead to better compatibility
between the many console-enrichment projects, like:
JLINE-scala, JLINE-1.0, JLINE-2.0 and Jansi itself.

Testing to ensue shortly between 0.12.x + 0.13.x
2013-06-17 12:16:10 -04:00
Josh Suereth 5407a21803 Use environment variable thanks to lame sbt jenkins plugin 2012-09-07 13:52:05 -04:00
Josh Suereth 872d88ea23 Updated build so you can specify SBT version on the command line. 2012-09-07 12:58:02 -04:00
Josh Suereth 55e0dfdc65 Removed bad practices from sbt bash script.
* No set XYZ arguments allowed.  BAAD sbt practice.
* No longer swaps launcher.  New SBT launchers can handle old SBT.
* SBT script now uses sbt-launch-lib.bash.
2012-07-17 16:37:19 -04:00
Josh Suereth 440ad4bb0b First cut at using metapackages to allow multiple versions of SBT in the same debian repository. 2012-05-29 08:49:02 -04:00
Josh Suereth 1605256c13 Minor fixes.
* Migrated packaging info form debian.scala to packaging.scala
* Fixed issue with using sourceDirectory in Debian instead of
  in Linux
2011-12-21 13:52:26 -05:00
Josh Suereth 34fed66022 First cut at debian packaging.
This adds a Debian build section that will create
a new .deb file for the sbt script.  This includes
a new src/debian and src/debian-gzipped directories
for placing files that will be included in the
distribution on debian.

Initial cut at making debian packages
2011-12-06 20:32:24 -05:00