summaryrefslogtreecommitdiff
path: root/src/intellij/interactive.iml.SAMPLE
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-11 22:52:02 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-11 22:52:02 -0700
commita41c79bb5b2f16d8f37e253737f67171e5764bb9 (patch)
tree2d8dbe94d3006f385d0fe114695527ab982a0e93 /src/intellij/interactive.iml.SAMPLE
parent1374b7e71293bd5507bd88ea48b3a1c1971c6de0 (diff)
parentf691997c38d27e69f7d3e3aa2a39f63f1aa6c3d9 (diff)
downloadscala-a41c79bb5b2f16d8f37e253737f67171e5764bb9.tar.gz
scala-a41c79bb5b2f16d8f37e253737f67171e5764bb9.tar.bz2
scala-a41c79bb5b2f16d8f37e253737f67171e5764bb9.zip
Merge pull request #2231 from retronym/topic/ide-config
Topic/ide config
Diffstat (limited to 'src/intellij/interactive.iml.SAMPLE')
-rw-r--r--src/intellij/interactive.iml.SAMPLE25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/intellij/interactive.iml.SAMPLE b/src/intellij/interactive.iml.SAMPLE
new file mode 100644
index 0000000000..c6c8ebb606
--- /dev/null
+++ b/src/intellij/interactive.iml.SAMPLE
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="FacetManager">
+ <facet type="scala" name="Scala">
+ <configuration>
+ <option name="compilerLibraryLevel" value="Project" />
+ <option name="compilerLibraryName" value="compiler-locker" />
+ <option name="maximumHeapSize" value="1536" />
+ <option name="vmOptions" value="-Xms1536m -Xss1m -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -XX:+CMSClassUnloadingEnabled -XX:+UseCompressedOops -XX:+UseParallelGC" />
+ </configuration>
+ </facet>
+ </component>
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <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="library" />
+ <orderEntry type="module" module-name="reflect" />
+ <orderEntry type="module" module-name="compiler" />
+ <orderEntry type="module" module-name="scaladoc" />
+ </component>
+</module>