summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2012-10-10 11:59:54 +0200
committerHeather Miller <heather.miller@epfl.ch>2012-10-10 11:59:54 +0200
commitbc25fc53ade2131a2717b3101a01abbbfcbdf646 (patch)
tree3db128694685ebdd89480b6e8cca136949425314 /build.xml
parent36e56bca7f96eca3c7c11118aada32b5f37621c0 (diff)
downloadscala-bc25fc53ade2131a2717b3101a01abbbfcbdf646.tar.gz
scala-bc25fc53ade2131a2717b3101a01abbbfcbdf646.tar.bz2
scala-bc25fc53ade2131a2717b3101a01abbbfcbdf646.zip
SI-6099 - Scaladoc for scala.concurrent incomplete
This is a rebase and resubmission of @phaller's pull https://github.com/scala/scala/pull/1485 With the reviewers' comments additionally addressed
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 9109da5276..c9027e0985 100644
--- a/build.xml
+++ b/build.xml
@@ -2337,7 +2337,7 @@ DOCUMENTATION
docfooter="epfl"
docsourceurl="${scaladoc.url}€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
- skipPackages="scala.reflect.macros.internal:scala.reflect.internal:scala.reflect.io"
+ skipPackages="scala.reflect.macros.internal:scala.reflect.internal:scala.reflect.io:scala.concurrent.impl"
sourcepath="${src.dir}"
classpathref="pack.classpath"
addparams="${scalac.args.all}"