summaryrefslogtreecommitdiff
path: root/src/intellij
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-03-25 16:14:35 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-03-25 16:14:35 +0100
commit07cd90c430a9f765f35938aaf4ff67dc251bfc0c (patch)
treed624b58eb2e5551c77ca61281c5cffa3d0778ea9 /src/intellij
parent1187c9896c097e6e591e5655b35f52c06b3c900a (diff)
downloadscala-07cd90c430a9f765f35938aaf4ff67dc251bfc0c.tar.gz
scala-07cd90c430a9f765f35938aaf4ff67dc251bfc0c.tar.bz2
scala-07cd90c430a9f765f35938aaf4ff67dc251bfc0c.zip
An IntelliJ Module for the recently modularized REPL.
Diffstat (limited to 'src/intellij')
-rw-r--r--src/intellij/repl.iml.SAMPLE25
-rw-r--r--src/intellij/scala-lang.ipr.SAMPLE1
2 files changed, 26 insertions, 0 deletions
diff --git a/src/intellij/repl.iml.SAMPLE b/src/intellij/repl.iml.SAMPLE
new file mode 100644
index 0000000000..5e11ff1cf6
--- /dev/null
+++ b/src/intellij/repl.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$/../repl">
+ <sourceFolder url="file://$MODULE_DIR$/../repl" 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" />
+ </component>
+</module>
+
diff --git a/src/intellij/scala-lang.ipr.SAMPLE b/src/intellij/scala-lang.ipr.SAMPLE
index e470e019c9..61c813df01 100644
--- a/src/intellij/scala-lang.ipr.SAMPLE
+++ b/src/intellij/scala-lang.ipr.SAMPLE
@@ -206,6 +206,7 @@
<module fileurl="file://$PROJECT_DIR$/manual.iml" filepath="$PROJECT_DIR$/manual.iml" />
<module fileurl="file://$PROJECT_DIR$/partest.iml" filepath="$PROJECT_DIR$/partest.iml" />
<module fileurl="file://$PROJECT_DIR$/reflect.iml" filepath="$PROJECT_DIR$/reflect.iml" />
+ <module fileurl="file://$PROJECT_DIR$/repl.iml" filepath="$PROJECT_DIR$/repl.iml" />
<module fileurl="file://$PROJECT_DIR$/scala.iml" filepath="$PROJECT_DIR$/scala.iml" />
<module fileurl="file://$PROJECT_DIR$/scaladoc.iml" filepath="$PROJECT_DIR$/scaladoc.iml" />
<module fileurl="file://$PROJECT_DIR$/scalap.iml" filepath="$PROJECT_DIR$/scalap.iml" />