summaryrefslogtreecommitdiff
path: root/src/intellij/test.iml.SAMPLE
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-05-17 10:57:24 +0200
committerJason Zaugg <jzaugg@gmail.com>2012-05-17 10:57:24 +0200
commit420e181b30d1aae804fcaf1ef0b34429493bda15 (patch)
tree6fa3a7234feb458e556d77cac322d76ad19ac868 /src/intellij/test.iml.SAMPLE
parent9fe251e16b93d4bdc8a496f3edce90ef2e207ee8 (diff)
downloadscala-420e181b30d1aae804fcaf1ef0b34429493bda15.tar.gz
scala-420e181b30d1aae804fcaf1ef0b34429493bda15.tar.bz2
scala-420e181b30d1aae804fcaf1ef0b34429493bda15.zip
An IntelliJ module for test files.
This enables resolve, autocompletion and the usual goodness when editing tests. Also removes the sample configuration for the defunct dbc module.
Diffstat (limited to 'src/intellij/test.iml.SAMPLE')
-rw-r--r--src/intellij/test.iml.SAMPLE16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/intellij/test.iml.SAMPLE b/src/intellij/test.iml.SAMPLE
new file mode 100644
index 0000000000..e6729ae362
--- /dev/null
+++ b/src/intellij/test.iml.SAMPLE
@@ -0,0 +1,16 @@
+<?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$/../../test" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="actors" />
+ <orderEntry type="module" module-name="compiler" />
+ <orderEntry type="module" module-name="continuations" />
+ <orderEntry type="module" module-name="library" />
+ <orderEntry type="module" module-name="swing" />
+ <orderEntry type="module" module-name="partest" />
+ </component>
+</module>
+