summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2007-02-02 11:40:34 +0000
committerPhilipp Haller <hallerp@gmail.com>2007-02-02 11:40:34 +0000
commit07c368dcdfe75376c4af87829e653c9c6064a117 (patch)
treecdcd18baedc7963cc8f0f910d29bbe6b46c28e5c /build.xml
parent9edda0088d74a33f4ec2e684b67bf0cf14ce7104 (diff)
downloadscala-07c368dcdfe75376c4af87829e653c9c6064a117.tar.gz
scala-07c368dcdfe75376c4af87829e653c9c6064a117.tar.bz2
scala-07c368dcdfe75376c4af87829e653c9c6064a117.zip
build.xml: fixed problem building ScalaDoc on J...
build.xml: fixed problem building ScalaDoc on JDK 1.4.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 8aee062dba..4170ac5d3a 100644
--- a/build.xml
+++ b/build.xml
@@ -724,7 +724,7 @@ DOCUMENTATION
classpath="${quick.dir}/lib/library">
<include name="dbc/**/*.scala"/>
<include name="actors/**/*.scala"/>
- <exclude name="scala/actors/ThreadPoolScheduler.scala" if="java14"/>
+ <exclude name="actors/scala/actors/ThreadPoolScheduler.scala" if="java14"/>
<include name="library/**/*.scala"/>
<excludesfile name="${nsc.excludes.file}" if="excludes.avail"/>
</quickdoc>