summaryrefslogtreecommitdiff
path: root/scalalib/src/test/resources/gen-idea/idea_modules/iml
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-20 03:49:17 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-20 03:49:17 -0800
commitd14f56a3fd881f809e58783c49866d1491a5f3fe (patch)
tree4a9f93d3d7f69211aa444ce15837fe6e79b9db7f /scalalib/src/test/resources/gen-idea/idea_modules/iml
parentaebd7a144fab5bdb95f6ee4f4bc170be65cd0549 (diff)
downloadmill-d14f56a3fd881f809e58783c49866d1491a5f3fe.tar.gz
mill-d14f56a3fd881f809e58783c49866d1491a5f3fe.tar.bz2
mill-d14f56a3fd881f809e58783c49866d1491a5f3fe.zip
Swap over to simplified Mill module/source layout from SBT's
Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests
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, 0 insertions, 22 deletions
diff --git a/scalalib/src/test/resources/gen-idea/idea_modules/iml b/scalalib/src/test/resources/gen-idea/idea_modules/iml
deleted file mode 100644
index 548865f1..00000000
--- a/scalalib/src/test/resources/gen-idea/idea_modules/iml
+++ /dev/null
@@ -1,22 +0,0 @@
-<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