summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2019-11-05 18:05:52 +0100
committerGitHub <noreply@github.com>2019-11-05 18:05:52 +0100
commitea4f04d3d2b706ca65d8298327d8ac9d9504adda (patch)
treef68a22be31c101e308745a53bfc54a7b6d6726aa /scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml
parent1fea4221f68aeb3886a167c71699cfd316dc544f (diff)
downloadmill-ea4f04d3d2b706ca65d8298327d8ac9d9504adda.tar.gz
mill-ea4f04d3d2b706ca65d8298327d8ac9d9504adda.tar.bz2
mill-ea4f04d3d2b706ca65d8298327d8ac9d9504adda.zip
Create separate content entries for generated sources (#729)
* Create separate content entries for generated sources Fixes https://github.com/lihaoyi/mill/issues/728 * Fixed handling of duplictate entries * Updated tests for GenIdea
Diffstat (limited to 'scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml')
-rw-r--r--scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml4
1 files changed, 3 insertions, 1 deletions
diff --git a/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml b/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml
index cc3c0ce2..a4f3e9bd 100644
--- a/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml
+++ b/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml
@@ -2,7 +2,9 @@
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/../out/HelloWorld/ideaCompileOutput/dest/classes"/>
<exclude-output/>
- <content url="file://$MODULE_DIR$/../out/HelloWorld/generatedSources/dest"/>
+ <content url="file://$MODULE_DIR$/../out/HelloWorld/generatedSources/dest">
+ <sourceFolder url="file://$MODULE_DIR$/../out/HelloWorld/generatedSources/dest" isTestSource="false" generated="true"/>
+ </content>
<content url="file://$MODULE_DIR$/../HelloWorld">
<sourceFolder url="file://$MODULE_DIR$/../HelloWorld/src" isTestSource="false"/>
<sourceFolder url="file://$MODULE_DIR$/../HelloWorld/resources" type="java-resource"/>