summaryrefslogtreecommitdiff
path: root/src/intellij-14/partest-extras.iml.SAMPLE
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-11-03 17:03:38 +0100
committerLukas Rytz <lukas.rytz@gmail.com>2014-11-03 17:06:53 +0100
commit479ae8c9df42d5bdeb7b804f8aeb6989201467a8 (patch)
tree7ba93a9fc1deaabb6418195daea6a56454cdcd59 /src/intellij-14/partest-extras.iml.SAMPLE
parentd1a76d5af7faa12ebebea0923812af26c40eebc9 (diff)
downloadscala-479ae8c9df42d5bdeb7b804f8aeb6989201467a8.tar.gz
scala-479ae8c9df42d5bdeb7b804f8aeb6989201467a8.tar.bz2
scala-479ae8c9df42d5bdeb7b804f8aeb6989201467a8.zip
IntelliJ IDEA files for version 14
The latest version of the Scala plugin for IntelliJ IDEA introduces a new project structure http://blog.jetbrains.com/scala/2014/10/30/scala-plugin-update-for-intellij-idea-14-rc-is-out/ Due to a bug (https://youtrack.jetbrains.com/issue/SCL-7753), you currently need to install the latest nightly build from here: http://confluence.jetbrains.com/display/SCA/Scala+Plugin+Nightly+Builds+for+Cassiopeia The new format doesn't allow scala compiler options per-module, so the `-sourcepath src/libarary` is used for all modules.
Diffstat (limited to 'src/intellij-14/partest-extras.iml.SAMPLE')
-rw-r--r--src/intellij-14/partest-extras.iml.SAMPLE18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/intellij-14/partest-extras.iml.SAMPLE b/src/intellij-14/partest-extras.iml.SAMPLE
new file mode 100644
index 0000000000..b3537a949a
--- /dev/null
+++ b/src/intellij-14/partest-extras.iml.SAMPLE
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$/../partest-extras">
+ <sourceFolder url="file://$MODULE_DIR$/../partest-extras" isTestSource="false" />
+ </content>
+ <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="repl" />
+ <orderEntry type="library" name="partest" level="project" />
+ <orderEntry type="library" name="starr-no-deps" level="project" />
+ </component>
+</module> \ No newline at end of file