From 94a8177f208418682b86934eb3f0b8edab99b1f0 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 3 Nov 2016 16:20:28 +0100 Subject: Move `dottydoc` -> `doc-tool` --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 4ae9ebf29..49f996a42 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -134,9 +134,9 @@ object DottyBuild extends Build { // necessary evil: dottydoc currently needs to be included in the dotty // project, for sbt integration unmanagedSourceDirectories in Compile := Seq((scalaSource in Compile).value), - unmanagedSourceDirectories in Compile += baseDirectory.value / "dottydoc" / "src", + unmanagedSourceDirectories in Compile += baseDirectory.value / "doc-tool" / "src", unmanagedSourceDirectories in Test := Seq((scalaSource in Test).value), - unmanagedSourceDirectories in Test += baseDirectory.value / "dottydoc" / "test", + unmanagedSourceDirectories in Test += baseDirectory.value / "doc-tool" / "test", // set system in/out for repl connectInput in run := true, -- cgit v1.2.3