summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-12-09 11:30:19 +0100
committerLukas Rytz <lukas.rytz@gmail.com>2014-12-09 11:30:19 +0100
commit3616afdfe96aa194290087c973d02eec48540582 (patch)
treed1b17a0b5100cee76742bf897d4c9e3f183f2dd5
parent881048933667dc3e021d557e9f79e0850ac84712 (diff)
downloadscala-3616afdfe96aa194290087c973d02eec48540582.tar.gz
scala-3616afdfe96aa194290087c973d02eec48540582.tar.bz2
scala-3616afdfe96aa194290087c973d02eec48540582.zip
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" />