summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2007-02-01 11:06:11 +0000
committerPhilipp Haller <hallerp@gmail.com>2007-02-01 11:06:11 +0000
commit1a605eefa6cbbca331e1e299cd74ce287c00d5d1 (patch)
treede6daa2d407385cc7ee9bde29439b0db779520bb /build.xml
parent919caa4646584981dbe8a9353e03e94f38c82a8e (diff)
downloadscala-1a605eefa6cbbca331e1e299cd74ce287c00d5d1.tar.gz
scala-1a605eefa6cbbca331e1e299cd74ce287c00d5d1.tar.bz2
scala-1a605eefa6cbbca331e1e299cd74ce287c00d5d1.zip
Excluded scala/actors/ThreadPoolScheduler.scala...
Excluded scala/actors/ThreadPoolScheduler.scala from building docs on JDK 1.4.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 7f3aa03fb1..8aee062dba 100644
--- a/build.xml
+++ b/build.xml
@@ -724,6 +724,7 @@ DOCUMENTATION
classpath="${quick.dir}/lib/library">
<include name="dbc/**/*.scala"/>
<include name="actors/**/*.scala"/>
+ <exclude name="scala/actors/ThreadPoolScheduler.scala" if="java14"/>
<include name="library/**/*.scala"/>
<excludesfile name="${nsc.excludes.file}" if="excludes.avail"/>
</quickdoc>