summaryrefslogtreecommitdiff
path: root/src/intellij/interactive.iml.SAMPLE
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2016-03-23 16:36:38 +0100
committerLukas Rytz <lukas.rytz@typesafe.com>2016-03-23 16:36:38 +0100
commit1fcfdd8c8bca1adba6eff2381ac6e765141801f0 (patch)
treec94d7b1e1ab7b1fa78c53e21b834ab16788a4c5b /src/intellij/interactive.iml.SAMPLE
parent4ef14294453c43420e0e1a2ac984ba4a2d8b8dca (diff)
parent2b3696ec4134f08ae37414f1406a87e746bc6128 (diff)
downloadscala-1fcfdd8c8bca1adba6eff2381ac6e765141801f0.tar.gz
scala-1fcfdd8c8bca1adba6eff2381ac6e765141801f0.tar.bz2
scala-1fcfdd8c8bca1adba6eff2381ac6e765141801f0.zip
Merge pull request #5054 from lrytz/intellij-2.112.11.x
Update IntelliJ build for use with sbt
Diffstat (limited to 'src/intellij/interactive.iml.SAMPLE')
-rw-r--r--src/intellij/interactive.iml.SAMPLE8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/intellij/interactive.iml.SAMPLE b/src/intellij/interactive.iml.SAMPLE
index 267bd3f12b..05b4e162db 100644
--- a/src/intellij/interactive.iml.SAMPLE
+++ b/src/intellij/interactive.iml.SAMPLE
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <component name="NewModuleRootManager" inherit-compiler-output="false">
+ <output url="file://$MODULE_DIR$/../../build/quick/classes/interactive" />
+ <output-test url="file://$MODULE_DIR$/../../out/test/interactive" />
<exclude-output />
<content url="file://$MODULE_DIR$/../interactive">
<sourceFolder url="file://$MODULE_DIR$/../interactive" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="compiler" />
<orderEntry type="module" module-name="library" />
<orderEntry type="module" module-name="reflect" />
+ <orderEntry type="module" module-name="compiler" />
+ <orderEntry type="library" name="interactive-deps" level="project" />
<orderEntry type="library" name="starr" level="project" />
- <orderEntry type="library" name="asm" level="project" />
</component>
</module> \ No newline at end of file