summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/gen-idea/idea_modules/iml
diff options
context:
space:
mode:
authorJeremy Apthorp <nornagon@nornagon.net>2018-03-05 20:23:12 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-05 20:23:12 -0800
commita8885fe610eb48c11fc48ca47bfa1f2a295d5bc2 (patch)
tree118a8e7a8bffcb72323c5e0d4208a6e78af0fb89 /scalalib/test/resources/gen-idea/idea_modules/iml
parenteedd0b2eed3dc7259fcd6c9cef306e7e4972c62c (diff)
downloadmill-a8885fe610eb48c11fc48ca47bfa1f2a295d5bc2.tar.gz
mill-a8885fe610eb48c11fc48ca47bfa1f2a295d5bc2.tar.bz2
mill-a8885fe610eb48c11fc48ca47bfa1f2a295d5bc2.zip
Add out/{module_name} as a content root in generated IntelliJ project (#196)
Diffstat (limited to 'scalalib/test/resources/gen-idea/idea_modules/iml')
-rw-r--r--scalalib/test/resources/gen-idea/idea_modules/iml1
1 files changed, 1 insertions, 0 deletions
diff --git a/scalalib/test/resources/gen-idea/idea_modules/iml b/scalalib/test/resources/gen-idea/idea_modules/iml
index 1fe9be83..0124e06e 100644
--- a/scalalib/test/resources/gen-idea/idea_modules/iml
+++ b/scalalib/test/resources/gen-idea/idea_modules/iml
@@ -2,6 +2,7 @@
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/../target/workspace/mill/scalalib/GenIdeaTests/helloWorldEvaluator/compile/dest/classes"/>
<exclude-output/>
+ <content url="file://$MODULE_DIR$/../target/workspace/mill/scalalib/GenIdeaTests/helloWorldEvaluator/generatedSources/dest"/>
<content url="file://$MODULE_DIR$/../target/workspace/gen-idea">
<sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea/src" isTestSource="false"/>
<sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea/resources" isTestSource="false" type="java-resource"/>