From 9db3f49ff41bb9d037924cd6995ed598c9619650 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Tue, 31 Aug 2010 09:51:23 +0000 Subject: Added scalacheck folder, scalacheck source upda... 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. --- tools/updatescalacheck | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tools/updatescalacheck (limited to 'tools/updatescalacheck') diff --git a/tools/updatescalacheck b/tools/updatescalacheck new file mode 100755 index 0000000000..46112cf29d --- /dev/null +++ b/tools/updatescalacheck @@ -0,0 +1,12 @@ +# +# Updates ScalaCheck sources from ScalaCheck nightly branch +# + +# update sources +rm -r -f ../src/scalacheck +svn export https://scalacheck.googlecode.com/svn/branches/scalanightly/src/main/scala ../src/scalacheck + +# remove unneeded class +rm ../src/scalacheck/org/scalacheck/ScalaCheckFramework.scala + + -- cgit v1.2.3