From 28b2d0c13aba7156431076119c920c7dcee6dc77 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 5 Feb 2012 22:39:08 -0800 Subject: Revert "Added a rootdoc page for the compiler API scaladoc" This reverts commit e34098b7f6e37420198fa5c7c2820d0443b46cc4. --- build.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index e65b66219b..57d2eed1c0 100644 --- a/build.xml +++ b/build.xml @@ -1530,7 +1530,7 @@ DOCUMENTATION docUncompilable="${src.dir}/library-aux" sourcepath="${src.dir}" classpathref="pack.classpath" - docRootContent="${src.dir}/library/rootdoc.txt"> + docRootContent="${build-docs.dir}/library/lib/rootdoc.txt"> @@ -1613,8 +1613,7 @@ DOCUMENTATION docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/€{FILE_PATH}.scala#L1" sourcepath="${src.dir}" classpathref="pack.classpath" - srcdir="${src.dir}/compiler" - docRootContent="${src.dir}/compiler/rootdoc.txt"> + srcdir="${src.dir}/compiler"> -- cgit v1.2.3