summaryrefslogtreecommitdiff
path: root/src/intellij/partest-extras.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/partest-extras.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/partest-extras.iml.SAMPLE')
-rw-r--r--src/intellij/partest-extras.iml.SAMPLE15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/intellij/partest-extras.iml.SAMPLE b/src/intellij/partest-extras.iml.SAMPLE
index c2ada43493..d352f9ebc3 100644
--- a/src/intellij/partest-extras.iml.SAMPLE
+++ b/src/intellij/partest-extras.iml.SAMPLE
@@ -1,14 +1,5 @@
<?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="languageLevel" value="Scala 2.11" />
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../partest-extras">
@@ -17,11 +8,11 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="asm" />
+ <orderEntry type="module" module-name="compiler" />
<orderEntry type="module" module-name="library" />
<orderEntry type="module" module-name="reflect" />
- <orderEntry type="module" module-name="compiler" />
<orderEntry type="module" module-name="repl" />
<orderEntry type="library" name="partest" level="project" />
+ <orderEntry type="library" name="starr" level="project" />
</component>
-</module>
-
+</module> \ No newline at end of file