summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-04-24 15:47:41 -0700
committerPaul Phillips <paulp@improving.org>2013-04-30 08:18:22 -0700
commitb47ca5b17ec8079a23d48103c6af295c2f01caf3 (patch)
treeae5b15859a93de83c42df8f78abebb2209ba2745 /build.xml
parentb4d54beb87316440475e0cda03a81fa88bbcb7d0 (diff)
downloadscala-b47ca5b17ec8079a23d48103c6af295c2f01caf3.tar.gz
scala-b47ca5b17ec8079a23d48103c6af295c2f01caf3.tar.bz2
scala-b47ca5b17ec8079a23d48103c6af295c2f01caf3.zip
Update ScalaCheck to 1.10.1.
Puts test-interface on the class path.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index e1c19fd909..2e101f1ec3 100755
--- a/build.xml
+++ b/build.xml
@@ -224,6 +224,7 @@ TODO:
<artifact:dependencies pathId="partest.extras.classpath" filesetId="partest.extras.fileset" versionsId="partest.extras.versions">
<dependency groupId="com.googlecode.java-diff-utils" artifactId="diffutils" version="1.3.0"/>
+ <dependency groupId="org.scala-tools.testing" artifactId="test-interface" version="0.5" />
</artifact:dependencies>
<!-- BND support -->
@@ -530,6 +531,7 @@ TODO:
<pathelement location="${build-quick.dir}/classes/library"/>
<pathelement location="${build-quick.dir}/classes/actors"/>
<pathelement location="${build-quick.dir}/classes/scalacheck"/>
+ <path refid="partest.extras.classpath"/>
</path>
<path id="quick.scalap.build.path">