summaryrefslogtreecommitdiff
path: root/src/intellij/library.iml.SAMPLE
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-10-11 08:03:55 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-10-11 08:03:55 +0000
commit6abce56ad4eb532ff44db3a7380f01642cb77b92 (patch)
treec7bd00e54f220c62d61c360c8492f8ea3e55dc72 /src/intellij/library.iml.SAMPLE
parent72cf31c7acf46b1073d0c1e2ab6a87b55b7e92f5 (diff)
downloadscala-6abce56ad4eb532ff44db3a7380f01642cb77b92.tar.gz
scala-6abce56ad4eb532ff44db3a7380f01642cb77b92.tar.bz2
scala-6abce56ad4eb532ff44db3a7380f01642cb77b92.zip
Updated IntelliJ sample files. no review.
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>