From 73d17c8cf8791f6d3db4a42ace55a7050a9c8604 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Fri, 5 Jun 2015 15:18:17 +0200 Subject: [PATCH] repls depends on interactive --- build.sbt | 2 +- build.xml | 19 ++++++++++--------- src/intellij/repl.iml.SAMPLE | 1 + 3 files changed, 12 insertions(+), 10 deletions(-) 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 @@ +