aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sbt.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-31sbt - add caveat about SBT_OPTSIndrajit Raychaudhuri
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-28Two enhancements to the sbt launch script.David M. Lee
1. Source a ~/.sbtconfig file, where the user can specify their own options for invoking sbt (such as SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256m") 2. Use exec to launch Java, just to get rid of the extra shell process. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21Fix audit warningsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-05-31Updating sbt to 0.7.4Luke Amdor
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-06updated sbt to 0.7.3Doug Fritz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-04Updated sbt to 0.7.2Luke Amdor
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-18sbt 0.7.0Alkesh Vaghmaria
Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-21If the download is a .jar, don't unzip itMax Howell
Also remove special casing for two existing jar formula.
2009-12-12Use extracted download strategy.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-02HttpDownloadStrategy renamed CurlDownloadStrategyMax Howell
Because people didn't realise it was actually curl and thus supports eg. ftp too.
2009-09-30Updated sbt to 0.5.5Luke Amdor
2009-09-18SBT formulaLuke Amdor
A simple build tool for Scala projects that aims to do the basics well. It requires Java 1.5 or later.