added intellij settings
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Mar 2016 19:58:15 +0000 (21:58 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 20 Mar 2016 19:58:15 +0000 (21:58 +0200)
.gitignore
meviz.iml [new file with mode: 0644]

index c2c119d..31b5695 100755 (executable)
@@ -2,3 +2,4 @@
 /.classpath
 /.project
 target/
+/.idea/
diff --git a/meviz.iml b/meviz.iml
new file mode 100644 (file)
index 0000000..20eab94
--- /dev/null
+++ b/meviz.iml
@@ -0,0 +1,17 @@
+<?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_6" 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" />
+      <excludeFolder url="file://$MODULE_DIR$/.idea" />
+      <excludeFolder url="file://$MODULE_DIR$/target" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="library" name="Maven: eu.svjatoslav:svjatoslavcommons:1.5-SNAPSHOT" level="project" />
+    <orderEntry type="library" name="Maven: log4j:log4j:1.2.16" level="project" />
+  </component>
+</module>
\ No newline at end of file