summaryrefslogtreecommitdiff
path: root/tools/updatescalacheck
Commit message (Collapse)AuthorAgeFilesLines
* An error previously unnoticed.Aleksandar Pokopec2010-10-141-3/+2
| | | | | Review by extempore.
* Improving scalacheck update script.Aleksandar Pokopec2010-10-141-3/+122
| | | | | These improvements are based upon suggestions given by extempore, so - review by extempore.
* Added scalacheck folder, scalacheck source upda...Aleksandar Pokopec2010-08-311-0/+12
Added scalacheck folder, scalacheck source update script, and scalacheck ant tasks. Build process will now generate a scalacheck jar in the build/pack/lib directory. It generates it from the scalacheck source in the src/scalacheck dir. If the source there gets out of date, it is to be updated manually using the tools/updatescalacheck script. Review by phaller.