Skip to content

Commit

Permalink
Move bridge to correct location, fix unmanaged sources in build
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder authored and smarter committed Nov 22, 2016
1 parent c061baf commit 6acdc1e
Show file tree
Hide file tree
Showing 508 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
File renamed without changes.
Loading

0 comments on commit 6acdc1e

Please sign in to comment.