summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6acb77f26f..9247f6840a 100644
--- a/build.xml
+++ b/build.xml
@@ -1596,7 +1596,9 @@ BOOTRAPING TEST AND TEST SUITE
<compilationpath>
<path refid="pack.classpath"/>
</compilationpath>
- <scalachecktests dir="test/scaladoc" includes="**/*.scala"/>
+ <scalachecktests dir="test/scaladoc">
+ <include name="*.scala"/>
+ </scalachecktests>
</partest>
</target>