From 6acdc1e85f04cc3a240ddb91983588897786d8ca Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 17 Nov 2016 11:51:08 +0100 Subject: Move bridge to correct location, fix unmanaged sources in build --- 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 745c29960..b5b1df56a 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -140,9 +140,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 / "doc-tool" / "src", + unmanagedSourceDirectories in Compile += baseDirectory.value / ".." / "doc-tool" / "src", unmanagedSourceDirectories in Test := Seq((scalaSource in Test).value), - unmanagedSourceDirectories in Test += baseDirectory.value / "doc-tool" / "test", + unmanagedSourceDirectories in Test += baseDirectory.value / ".." / "doc-tool" / "test", // set system in/out for repl connectInput in run := true, -- cgit v1.2.3