summaryrefslogtreecommitdiff
path: root/src/intellij/scalacheck.iml.SAMPLE
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2017-01-25 13:50:15 +1000
committerSeth Tisue <seth@tisue.net>2017-01-27 09:31:08 -0800
commit35edd8f9bcfcd61ae560fdb7e77eb94c8b91dbb6 (patch)
treeb91891d478693443c6506d767d001e6cbcff5556 /src/intellij/scalacheck.iml.SAMPLE
parentbba5f5ad3c23bad8dfc60a6daad546b112678908 (diff)
downloadscala-35edd8f9bcfcd61ae560fdb7e77eb94c8b91dbb6.tar.gz
scala-35edd8f9bcfcd61ae560fdb7e77eb94c8b91dbb6.tar.bz2
scala-35edd8f9bcfcd61ae560fdb7e77eb94c8b91dbb6.zip
Update IntelliJ template configuration
- Remove obsolete references to subproject for actors, forkjoin - Add a new subproject for the scalacheck suite, as spawned in the previous commit
Diffstat (limited to 'src/intellij/scalacheck.iml.SAMPLE')
-rw-r--r--src/intellij/scalacheck.iml.SAMPLE19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/intellij/scalacheck.iml.SAMPLE b/src/intellij/scalacheck.iml.SAMPLE
new file mode 100644
index 0000000000..cb7837fcd4
--- /dev/null
+++ b/src/intellij/scalacheck.iml.SAMPLE
@@ -0,0 +1,19 @@
+<?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/scalacheck">
+ <sourceFolder url="file://$MODULE_DIR$/../../test/scalacheck" isTestSource="true" />
+ </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" />
+ <orderEntry type="module" module-name="repl" />
+ <orderEntry type="module" module-name="interactive" />
+ <orderEntry type="module" module-name="scaladoc" />
+ <orderEntry type="library" name="scalacheck-deps" level="project" />
+ <orderEntry type="library" name="starr" level="project" />
+ </component>
+</module> \ No newline at end of file