summaryrefslogtreecommitdiff
path: root/tools/updatescalacheck
diff options
context:
space:
mode:
Diffstat (limited to 'tools/updatescalacheck')
-rwxr-xr-xtools/updatescalacheck12
1 files changed, 12 insertions, 0 deletions
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
+
+