summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-28 21:53:12 +0000
committerPaul Phillips <paulp@improving.org>2011-03-28 21:53:12 +0000
commitc1efef726cb2d9b4b116d06290b15d42408f359f (patch)
tree6ac18c48f3bfdc97e62c8641a091b0d7475ab007 /build.xml
parentbd319586ed4110b972bad9220cd9142f290eb859 (diff)
downloadscala-c1efef726cb2d9b4b116d06290b15d42408f359f.tar.gz
scala-c1efef726cb2d9b4b116d06290b15d42408f359f.tar.bz2
scala-c1efef726cb2d9b4b116d06290b15d42408f359f.zip
Removed some bitrotted ant directives which wer...
Removed some bitrotted ant directives which were keeping us from getting Manifest docs. Thanks to dmharrah. Also removed RichUnit, fare thee well. Closes #4404, no review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 59fe0531a7..856857aba6 100644
--- a/build.xml
+++ b/build.xml
@@ -1418,16 +1418,12 @@ DOCUMENTATION
</src>
<include name="**/*.scala"/>
<exclude name="reflect/Code.scala"/>
- <exclude name="reflect/Manifest.scala"/>
<exclude name="reflect/Print.scala"/>
<exclude name="reflect/Symbol.scala"/>
<exclude name="reflect/Tree.scala"/>
<exclude name="reflect/Type.scala"/>
- <exclude name="reflect/TypedCode.scala"/>
- <exclude name="runtime/*Array.scala"/>
<exclude name="runtime/*$.scala"/>
<exclude name="runtime/ScalaRunTime.scala"/>
- <exclude name="runtime/StreamCons.scala"/>
<exclude name="runtime/StringAdd.scala"/>
<exclude name="scala/swing/test/**"/>
</scaladoc>