summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/gen-idea/idea_modules/test.iml
diff options
context:
space:
mode:
authorGuillaume Galy <guilgaly@users.noreply.github.com>2018-05-06 20:30:47 +0200
committerNikolay Tatarinov <5min4eq.unity@gmail.com>2018-05-06 21:30:47 +0300
commitcb327ee2f04a5493d285b4e4dd04a89c96b7c23c (patch)
tree0d0308775cf2a00b0cad5ea8a058dbb2d7a28084 /scalalib/test/resources/gen-idea/idea_modules/test.iml
parentf7a02a46f847d4433cd771840fd0b6cc314215d8 (diff)
downloadmill-cb327ee2f04a5493d285b4e4dd04a89c96b7c23c.tar.gz
mill-cb327ee2f04a5493d285b4e4dd04a89c96b7c23c.tar.bz2
mill-cb327ee2f04a5493d285b4e4dd04a89c96b7c23c.zip
fix GenIdeaImpl test modules (#312)
fix the syntax for the test output and resource folders
Diffstat (limited to 'scalalib/test/resources/gen-idea/idea_modules/test.iml')
-rw-r--r--scalalib/test/resources/gen-idea/idea_modules/test.iml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scalalib/test/resources/gen-idea/idea_modules/test.iml b/scalalib/test/resources/gen-idea/idea_modules/test.iml
index f67445ae..aecae2e3 100644
--- a/scalalib/test/resources/gen-idea/idea_modules/test.iml
+++ b/scalalib/test/resources/gen-idea/idea_modules/test.iml
@@ -1,11 +1,11 @@
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager">
- <output url="file://$MODULE_DIR$/../target/workspace/mill/scalalib/GenIdeaTests/helloWorldEvaluator/test/compile/dest/classes"/>
+ <output-test url="file://$MODULE_DIR$/../target/workspace/mill/scalalib/GenIdeaTests/helloWorldEvaluator/test/compile/dest/classes"/>
<exclude-output/>
<content url="file://$MODULE_DIR$/../target/workspace/mill/scalalib/GenIdeaTests/helloWorldEvaluator/test/generatedSources/dest"/>
<content url="file://$MODULE_DIR$/../target/workspace/gen-idea/test">
<sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea/test/src" isTestSource="true"/>
- <sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea/test/resources" isTestSource="true" type="java-resource"/>
+ <sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea/test/resources" type="java-test-resource"/>
<excludeFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea/test/target"/>
</content>
<orderEntry type="inheritedJdk"/>