summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/gen-idea-hello-world/idea_modules
diff options
context:
space:
mode:
Diffstat (limited to 'scalalib/test/resources/gen-idea-hello-world/idea_modules')
-rw-r--r--scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml17
-rw-r--r--scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.test.iml18
-rw-r--r--scalalib/test/resources/gen-idea-hello-world/idea_modules/mill-build.iml12
3 files changed, 47 insertions, 0 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
new file mode 100644
index 00000000..38ea17be
--- /dev/null
+++ b/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.iml
@@ -0,0 +1,17 @@
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <output url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/out/HelloWorld/compile/dest/classes"/>
+ <exclude-output/>
+ <content url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/out/HelloWorld/generatedSources/dest"/>
+ <content url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld">
+ <sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld/src" isTestSource="false"/>
+ <sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld/resources" type="java-resource"/>
+ <excludeFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld/target"/>
+ </content>
+ <orderEntry type="inheritedJdk"/>
+ <orderEntry type="sourceFolder" forTests="false"/>
+ <orderEntry type="library" name="scala-sdk-2.12.4" level="application"/>
+ <orderEntry type="library" name="scala-library-2.12.4-sources.jar" level="project"/>
+ <orderEntry type="library" name="scala-library-2.12.4.jar" level="project"/>
+ </component>
+</module> \ No newline at end of file
diff --git a/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.test.iml b/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.test.iml
new file mode 100644
index 00000000..bfe0ff3c
--- /dev/null
+++ b/scalalib/test/resources/gen-idea-hello-world/idea_modules/helloworld.test.iml
@@ -0,0 +1,18 @@
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <output-test url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/out/HelloWorld/test/compile/dest/classes"/>
+ <exclude-output/>
+ <content url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/out/HelloWorld/test/generatedSources/dest"/>
+ <content url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld/test">
+ <sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld/test/src" isTestSource="true"/>
+ <sourceFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld/test/resources" type="java-test-resource"/>
+ <excludeFolder url="file://$MODULE_DIR$/../target/workspace/gen-idea-hello-world/HelloWorld/test/target"/>
+ </content>
+ <orderEntry type="inheritedJdk"/>
+ <orderEntry type="sourceFolder" forTests="false"/>
+ <orderEntry type="library" name="scala-sdk-2.12.4" level="application"/>
+ <orderEntry type="library" name="scala-library-2.12.4-sources.jar" level="project"/>
+ <orderEntry type="library" name="scala-library-2.12.4.jar" level="project"/>
+ <orderEntry type="module" module-name="helloworld" exported=""/>
+ </component>
+</module>
diff --git a/scalalib/test/resources/gen-idea-hello-world/idea_modules/mill-build.iml b/scalalib/test/resources/gen-idea-hello-world/idea_modules/mill-build.iml
new file mode 100644
index 00000000..46fd8c3b
--- /dev/null
+++ b/scalalib/test/resources/gen-idea-hello-world/idea_modules/mill-build.iml
@@ -0,0 +1,12 @@
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <output url="file://$MODULE_DIR$/../out"/>
+ <content url="file://$MODULE_DIR$/..">
+ <excludeFolder url="file://$MODULE_DIR$/../project"/>
+ <excludeFolder url="file://$MODULE_DIR$/../target"/>
+ </content>
+ <exclude-output/>
+ <orderEntry type="inheritedJdk"/>
+ <orderEntry type="sourceFolder" forTests="false"/>
+ </component>
+</module> \ No newline at end of file