summaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
...
* update sbt build files to include scalacheck.jar.Lukas Rytz2010-09-033-2/+14
|
* 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-319-129/+277
| | | | | | Partest support for sbt (with failed only and specific files only options) Support for triggered execution
* Extending sbt capabilities :moix2010-08-199-174/+473
| | | | | | | | - building continuation plugin - building and replacing fjgb, msil and forkjoin - building and replacing starr - layer cleaning tasks
* remove space from sbt's build/x/ classes direct...Lukas Rytz2010-08-161-1/+1
| | | | | remove space from sbt's build/x/ classes directory. no review.
* Alterations so the sbt build will run under git...Paul Phillips2010-07-291-19/+25
| | | | | Alterations so the sbt build will run under git-svn. Review by moix.
* First version of SBT build for Scala compiler/l...moix2010-07-2913-0/+1268
First version of SBT build for Scala compiler/library (see README)