summaryrefslogtreecommitdiff
path: root/project/build/ScalaSBTBuilder.scala
Commit message (Collapse)AuthorAgeFilesLines
* Deleted the sbt 0.7 project.Paul Phillips2011-12-081-362/+0
| | | | | Pretty sure nobody's using this? Let's make some space for our upcoming friend the 0.11 project.
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
|
* Begone t1737...Hubert Plociniczak2011-11-021-33/+33
|
* A bunch of work on the sbt build. No review.Paul Phillips2011-01-271-16/+28
|
* Securing some of the blessings of whitespace fo...Paul Phillips2011-01-271-96/+89
| | | | | | Securing some of the blessings of whitespace for the sbt build. No review.
* Added secret option to sbt build which makes it...Paul Phillips2010-12-161-1/+9
| | | | | | Added secret option to sbt build which makes it only recompile changed files. No review.
* Tweaking sbt so it will stop jabbering about sv...Paul Phillips2010-09-141-15/+4
| | | | | | Tweaking sbt so it will stop jabbering about svn info failing when there's a perfectly fine git repo yet to be tried. No review.
* Stability testing task added.moix2010-09-071-25/+59
|
* update sbt build files to include scalacheck.jar.Lukas Rytz2010-09-031-2/+2
|
* Correction to commit 22865 in order for sbt bui...moix2010-08-311-12/+0
| | | | | Correction to commit 22865 in order for sbt build to work
* Partest support for sbt (with failed only and s...moix2010-08-311-5/+24
| | | | | | Partest support for sbt (with failed only and specific files only options) Support for triggered execution
* Extending sbt capabilities :moix2010-08-191-19/+159
| | | | | | | | - building continuation plugin - building and replacing fjgb, msil and forkjoin - building and replacing starr - layer cleaning tasks
* First version of SBT build for Scala compiler/l...moix2010-07-291-0/+179
First version of SBT build for Scala compiler/library (see README)