diff --git a/sbt/src/sbt-test/watch/watch-sources/build.sbt b/sbt/src/sbt-test/watch/watch-sources/build.sbt deleted file mode 100644 index 16a193e6f..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/build.sbt +++ /dev/null @@ -1,3 +0,0 @@ -lazy val root = (project in file(".")).aggregate(parent, child) -lazy val parent = project -lazy val child = project.enablePlugins(JmhPlugin).dependsOn(parent) diff --git a/sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala b/sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala deleted file mode 100644 index c389887ee..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/changes/Foo.scala +++ /dev/null @@ -1 +0,0 @@ -class Foo diff --git a/sbt/src/sbt-test/watch/watch-sources/child/src/main/scala/Bar.scala b/sbt/src/sbt-test/watch/watch-sources/child/src/main/scala/Bar.scala deleted file mode 100644 index f6673f853..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/child/src/main/scala/Bar.scala +++ /dev/null @@ -1 +0,0 @@ -class Bar diff --git a/sbt/src/sbt-test/watch/watch-sources/parent/src/main/scala/Foo.scala b/sbt/src/sbt-test/watch/watch-sources/parent/src/main/scala/Foo.scala deleted file mode 100644 index 970bfef8a..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/parent/src/main/scala/Foo.scala +++ /dev/null @@ -1 +0,0 @@ -class Foo { diff --git a/sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt b/sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt deleted file mode 100644 index a12e17f90..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/project/plugin.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4") diff --git a/sbt/src/sbt-test/watch/watch-sources/test b/sbt/src/sbt-test/watch/watch-sources/test deleted file mode 100644 index 50a9e2b19..000000000 --- a/sbt/src/sbt-test/watch/watch-sources/test +++ /dev/null @@ -1,9 +0,0 @@ -> watchTransitiveSources - --> compile - -$ copy-file changes/Foo.scala parent/src/main/scala/Foo.scala - -> watchTransitiveSources - -> compile