summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-12-10 17:09:23 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-12-10 17:09:23 -0800
commit149d7ace85e2eda32d836eadf07cd6b1f8053073 (patch)
treeae3b608d3532816f8f0caade76959c12090111a8
parent159a0093355cb95577879dd3bdc41a28219e3c8a (diff)
parent3616afdfe96aa194290087c973d02eec48540582 (diff)
downloadscala-149d7ace85e2eda32d836eadf07cd6b1f8053073.tar.gz
scala-149d7ace85e2eda32d836eadf07cd6b1f8053073.tar.bz2
scala-149d7ace85e2eda32d836eadf07cd6b1f8053073.zip
Merge pull request #4194 from lrytz/intellij-repl
intellij module repl depends on asm
-rw-r--r--src/intellij-14/repl.iml.SAMPLE1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intellij-14/repl.iml.SAMPLE b/src/intellij-14/repl.iml.SAMPLE
index 2437aaae2d..5a7476b1ef 100644
--- a/src/intellij-14/repl.iml.SAMPLE
+++ b/src/intellij-14/repl.iml.SAMPLE
@@ -9,6 +9,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="library" />
<orderEntry type="module" module-name="compiler" />
+ <orderEntry type="module" module-name="asm" />
<orderEntry type="module" module-name="reflect" />
<orderEntry type="library" name="repl-deps" level="project" />
<orderEntry type="library" name="starr-no-deps" level="project" />