summaryrefslogtreecommitdiff
path: root/project/Versions.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed sbt build.Paul Phillips2013-06-131-142/+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.
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
|
* some more copyright cleanup for 2012Adriaan Moors2012-08-101-1/+1
| | | | contributed by Carlo Dapor -- thanks!
* Don't regenerate properties file if skip is true (i.e. locker/quick is locked)Josh Suereth2012-05-101-2/+2
|
* Fixed up versioning scheme.Josh Suereth2012-04-031-6/+39
| | | | SBT build should now mimic ant build for versions.
* Fixed build for 0.11.x again. Working on bringing version properties file ↵Josh Suereth2012-04-031-0/+109
up to par.