summaryrefslogtreecommitdiff
path: root/project/Partest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed sbt build.Paul Phillips2013-06-131-140/+0
| | | | | | | | | | | | | Difficult though it may be to accept, it must go. We couldn't keep it working with active maintenance; after eight months of neglect there is no chance. Nobody is working on it or using it. The code will remain in the history if anyone wants it. One of the most annoying experiences one can have when building a new project is finding out one has been fiddling with an abandoned build system which isn't even expected to work. Sometimes I check out a scala project and there is a build.xml, a pom.xml, and a project directory. We should not be among those who sow such build confusion.
* SI-6964 Remove build managers, both simple and refined.Jason Zaugg2013-01-121-2/+1
| | | | | | | | | Deprecated in 2.10.0, out to pasture in 2.11.0. Users are advised to migrate to: https://github.com/typesafehub/zinc http://www.scala-sbt.org/
* SBT build now works with SBT 0.12.Josh Suereth2012-08-311-5/+5
| | | | Also fixed partest explosion that happened after partest redesign.
* Fixed build for 0.11.x again. Working on bringing version properties file ↵Josh Suereth2012-04-031-1/+1
| | | | up to par.
* Making sbt build work.v2.10.0-M1Paul Phillips2012-01-181-1/+1
|
* Port of SBT 0.11.x build. Things appear to be working well.Josh Suereth2011-12-011-0/+141