summaryrefslogtreecommitdiff
path: root/scalalib/src/test/resources/gen-idea/idea_modules/iml
diff options
context:
space:
mode:
authorStephen Nancekivell <stephennancekivell@gmail.com>2018-01-20 14:56:35 +1100
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-19 19:56:35 -0800
commit7f2dafaaa89d204c7bbe986f38fa5817ee7a091b (patch)
tree93b830806ebd27d4ca721f949b6120ca79776415 /scalalib/src/test/resources/gen-idea/idea_modules/iml
parent225ace260f614deb74c8770608c4c9109d336bba (diff)
downloadmill-7f2dafaaa89d204c7bbe986f38fa5817ee7a091b.tar.gz
mill-7f2dafaaa89d204c7bbe986f38fa5817ee7a091b.tar.bz2
mill-7f2dafaaa89d204c7bbe986f38fa5817ee7a091b.zip
add a basic test for gen-idea (#114)
* add a basic test for gen-idea * update GenIdeaTest with resources as source. * change .gitignore to allow .iml under src/test/resources. Ignore .idea_modules. * normalise library paths in GenIdeaTests
Diffstat (limited to 'scalalib/src/test/resources/gen-idea/idea_modules/iml')
-rw-r--r--scalalib/src/test/resources/gen-idea/idea_modules/iml22
1 files changed, 22 insertions, 0 deletions
diff --git a/scalalib/src/test/resources/gen-idea/idea_modules/iml b/scalalib/src/test/resources/gen-idea/idea_modules/iml
new file mode 100644
index 00000000..548865f1
--- /dev/null
+++ b/scalalib/src/test/resources/gen-idea/idea_modules/iml
@@ -0,0 +1,22 @@
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <output url="file://$MODULE_DIR$/../target/workspace/gen-idea/out/compile/dest/classes"/>
+ <exclude-output/>
+ <content url="file://$MODULE_DIR$/../target/workspace/hello-world/src/src">
+ <sourceFolder url="file://$MODULE_DIR$/../target/workspace/hello-world/src/src" isTestSource="false"/>
+ </content>
+ <content url="file://$MODULE_DIR$/../target/workspace/hello-world/src/resources">
+ <sourceFolder url="file://$MODULE_DIR$/../target/workspace/hello-world/src/resources" isTestSource="false" type="java-resource"/>
+ </content>
+ <orderEntry type="inheritedJdk"/>
+ <orderEntry type="sourceFolder" forTests="false"/>
+ <orderEntry type="library" name="modules_scala-xml_2.12_1.0.6_scala-xml_2.12-1.0.6-sources.jar" level="project"/>
+ <orderEntry type="library" name="modules_scala-xml_2.12_1.0.6_scala-xml_2.12-1.0.6.jar" level="project"/>
+ <orderEntry type="library" name="scala-compiler_2.12.4_scala-compiler-2.12.4-sources.jar" level="project"/>
+ <orderEntry type="library" name="scala-compiler_2.12.4_scala-compiler-2.12.4.jar" level="project"/>
+ <orderEntry type="library" name="scala-library_2.12.4_scala-library-2.12.4-sources.jar" level="project"/>
+ <orderEntry type="library" name="scala-library_2.12.4_scala-library-2.12.4.jar" level="project"/>
+ <orderEntry type="library" name="scala-reflect_2.12.4_scala-reflect-2.12.4-sources.jar" level="project"/>
+ <orderEntry type="library" name="scala-reflect_2.12.4_scala-reflect-2.12.4.jar" level="project"/>
+ </component>
+</module> \ No newline at end of file