summaryrefslogtreecommitdiff
path: root/src/intellij/library.iml.SAMPLE
diff options
context:
space:
mode:
Diffstat (limited to 'src/intellij/library.iml.SAMPLE')
-rw-r--r--src/intellij/library.iml.SAMPLE7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/intellij/library.iml.SAMPLE b/src/intellij/library.iml.SAMPLE
index 9a8774fa47..a86c0a005c 100644
--- a/src/intellij/library.iml.SAMPLE
+++ b/src/intellij/library.iml.SAMPLE
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE" version="4">
+<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_palo" />
+ <option name="compilerLibraryName" value="compiler-locker" />
+ <option name="compilerOptions" value="-sourcepath /Users/luc/scala/git/src/library" />
+ <option name="maximumHeapSize" value="1536" />
+ <option name="vmOptions" value="-Xms1536m -Xss1m -XX:MaxPermSize=128M -d32 -server -XX:+UseParallelGC" />
</configuration>
</facet>
</component>