summaryrefslogtreecommitdiff
path: root/src/intellij/repl.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/repl.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/repl.iml.SAMPLE')
-rw-r--r--src/intellij/repl.iml.SAMPLE9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/intellij/repl.iml.SAMPLE b/src/intellij/repl.iml.SAMPLE
index e827a2c6d7..07e2923726 100644
--- a/src/intellij/repl.iml.SAMPLE
+++ b/src/intellij/repl.iml.SAMPLE
@@ -1,18 +1,19 @@
<?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/repl" />
+ <output-test url="file://$MODULE_DIR$/../../out/test/repl" />
<exclude-output />
<content url="file://$MODULE_DIR$/../repl">
<sourceFolder url="file://$MODULE_DIR$/../repl" 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="module" module-name="interactive" />
- <orderEntry type="library" name="starr" level="project" />
<orderEntry type="library" name="repl-deps" level="project" />
- <orderEntry type="library" name="asm" level="project" />
+ <orderEntry type="library" name="starr" level="project" />
</component>
</module> \ No newline at end of file