summaryrefslogtreecommitdiff
path: root/src/intellij/library.iml.SAMPLE
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-05-01 19:52:33 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-05-01 20:17:13 +0200
commit70f2169249b07fd7afcb7444233521c787f93e89 (patch)
treeea2c22ea62a507571d1c70d0b7378f1da2a10254 /src/intellij/library.iml.SAMPLE
parent6a185e3c97b79716576725f1ecf0ba629e83951d (diff)
downloadscala-70f2169249b07fd7afcb7444233521c787f93e89.tar.gz
scala-70f2169249b07fd7afcb7444233521c787f93e89.tar.bz2
scala-70f2169249b07fd7afcb7444233521c787f93e89.zip
Update intellij project files for IDEA 14.1 and latest Scala plugin
Removes the src/intellij-14 folder and moves everything back to src/intellij.
Diffstat (limited to 'src/intellij/library.iml.SAMPLE')
-rw-r--r--src/intellij/library.iml.SAMPLE17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/intellij/library.iml.SAMPLE b/src/intellij/library.iml.SAMPLE
index 137ce6eb9c..b03fef9414 100644
--- a/src/intellij/library.iml.SAMPLE
+++ b/src/intellij/library.iml.SAMPLE
@@ -1,25 +1,14 @@
<?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="starr" />
- <option name="compilerOptions" value="-sourcepath $MODULE_DIR$/../library" />
- <option name="languageLevel" value="Scala 2.11" />
- <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$/../library">
+ <sourceFolder url="file://$MODULE_DIR$/../library/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../library" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="forkjoin" />
+ <orderEntry type="library" name="starr" level="project" />
</component>
-</module>
-
+</module> \ No newline at end of file