summaryrefslogtreecommitdiff
path: root/src/intellij/scalap.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/scalap.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/scalap.iml.SAMPLE')
-rw-r--r--src/intellij/scalap.iml.SAMPLE9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/intellij/scalap.iml.SAMPLE b/src/intellij/scalap.iml.SAMPLE
index 37ad637bfc..9473864fbd 100644
--- a/src/intellij/scalap.iml.SAMPLE
+++ b/src/intellij/scalap.iml.SAMPLE
@@ -1,10 +1,12 @@
<?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="maximumHeapSize" value="1536" />
+ <option name="vmOptions" value="-Xms1536m -Xss1m -XX:MaxPermSize=128M -d32 -server -XX:+UseParallelGC" />
</configuration>
</facet>
</component>
@@ -15,9 +17,8 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="compiler" />
<orderEntry type="module" module-name="library" />
- <orderEntry type="library" name="lib" level="project" />
+ <orderEntry type="module" module-name="compiler" />
</component>
</module>