diff --git a/build.sbt b/build.sbt
index 553c217d4a1e..a2e595f26d85 100644
--- a/build.sbt
+++ b/build.sbt
@@ -194,7 +194,7 @@ lazy val interactive = configureAsSubproject(project)
lazy val repl = configureAsSubproject(project)
.settings(libraryDependencies += jlineDep)
.settings(disableDocsAndPublishingTasks: _*)
- .dependsOn(compiler)
+ .dependsOn(compiler, interactive)
lazy val scaladoc = configureAsSubproject(project)
.settings(
diff --git a/build.xml b/build.xml
index 421646a2b050..94aa52da0103 100755
--- a/build.xml
+++ b/build.xml
@@ -796,12 +796,6 @@ TODO:
-
-
-
-
-
-
@@ -832,6 +826,13 @@ TODO:
+
+
+
+
+
+
+
@@ -1156,15 +1157,15 @@ TODO:
-
-
-
+
+
+
diff --git a/src/intellij/repl.iml.SAMPLE b/src/intellij/repl.iml.SAMPLE
index 7476f30131d9..e827a2c6d7bb 100644
--- a/src/intellij/repl.iml.SAMPLE
+++ b/src/intellij/repl.iml.SAMPLE
@@ -10,6 +10,7 @@
+