summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-01-18 17:14:15 +0000
committermichelou <michelou@epfl.ch>2008-01-18 17:14:15 +0000
commit799f20c50c2af4471263e6de967b7d2ea5ded395 (patch)
tree637094c694463e5a62971f9c7d37aa93c327ebf4 /build.xml
parentbf23fbb746360afcb9a22d2478b2c9255dab9ec2 (diff)
downloadscala-799f20c50c2af4471263e6de967b7d2ea5ded395.tar.gz
scala-799f20c50c2af4471263e6de967b7d2ea5ded395.tar.bz2
scala-799f20c50c2af4471263e6de967b7d2ea5ded395.zip
corrected typo
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 d7eb861232..79510e9c84 100644
--- a/build.xml
+++ b/build.xml
@@ -1472,7 +1472,7 @@ DOCUMENTATION
srcdir="${src.dir}/manual"
destdir="${tooldocs.dir}/classes"
addparams="${nsc.params}" target="${nsc.target}"
- deprecation="yes" unchecked="true"
+ deprecation="yes" unchecked="yes"
classpathref="manual.classpath">
<include name="**/*.scala"/>
</quick>