Skip to content

Commit 39ac282

Browse files
committed
Move dottydoc -> doc-tool
1 parent 3474682 commit 39ac282

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ object DottyBuild extends Build {
133133
// necessary evil: dottydoc currently needs to be included in the dotty
134134
// project, for sbt integration
135135
unmanagedSourceDirectories in Compile := Seq((scalaSource in Compile).value),
136-
unmanagedSourceDirectories in Compile += baseDirectory.value / "dottydoc" / "src",
136+
unmanagedSourceDirectories in Compile += baseDirectory.value / "doc-tool" / "src",
137137
unmanagedSourceDirectories in Test := Seq((scalaSource in Test).value),
138-
unmanagedSourceDirectories in Test += baseDirectory.value / "dottydoc" / "test",
138+
unmanagedSourceDirectories in Test += baseDirectory.value / "doc-tool" / "test",
139139

140140
// set system in/out for repl
141141
connectInput in run := true,

0 commit comments

Comments
 (0)