From 58cb15c40dc431e45eaa0a5278874d9996e42104 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 18 Jan 2012 15:36:22 -0800 Subject: Making sbt build work. --- project/Build.scala | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'project/Build.scala') diff --git a/project/Build.scala b/project/Build.scala index abab775666..5b09e053f0 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -383,12 +383,12 @@ object ScalaBuild extends Build with Layers { Seq(dir / "src" / "library" / "scala", dir / "src" / "actors", dir / "src" / "swing", dir / "src" / "continuations" / "library") }, compile := inc.Analysis.Empty, - scaladocOptions in Compile in doc <++= (baseDirectory) map (bd => - Seq("-sourcepath", (bd / "src" / "library").getAbsolutePath, - "-doc-no-compile", (bd / "src" / "library-aux").getAbsolutePath, - "-doc-source-url", """https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/€{FILE_PATH}.scala#L1""", - "-doc-root-content", (bd / "compiler/scala/tools/nsc/doc/html/resource/lib/rootdoc.txt").getAbsolutePath - )), + // scaladocOptions in Compile <++= (baseDirectory) map (bd => + // Seq("-sourcepath", (bd / "src" / "library").getAbsolutePath, + // "-doc-no-compile", (bd / "src" / "library-aux").getAbsolutePath, + // "-doc-source-url", """https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/€{FILE_PATH}.scala#L1""", + // "-doc-root-content", (bd / "compiler/scala/tools/nsc/doc/html/resource/lib/rootdoc.txt").getAbsolutePath + // )), classpathOptions in Compile := ClasspathOptions.manual ) lazy val documentation = ( -- cgit v1.2.3