aboutsummaryrefslogtreecommitdiff
path: root/2048.iml
diff options
context:
space:
mode:
authorloic <git-account@loicguegan.fr>2016-09-21 08:45:12 +0200
committerloic <git-account@loicguegan.fr>2016-09-21 08:45:12 +0200
commit64cdf57209fadcd87c2574df4bf6d8293b90098a (patch)
treea3de26dfa2d94456da6cda53d792afdb0105131f /2048.iml
Initial commit
Diffstat (limited to '2048.iml')
-rw-r--r--2048.iml15
1 files changed, 15 insertions, 0 deletions
diff --git a/2048.iml b/2048.iml
new file mode 100644
index 0000000..73f608b
--- /dev/null
+++ b/2048.iml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
+ <output url="file://$MODULE_DIR$/target/classes" />
+ <output-test url="file://$MODULE_DIR$/target/test-classes" />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
+ <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
+ <excludeFolder url="file://$MODULE_DIR$/target" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file