From f95d2af7ea4affa0ec51519d03abe3594d2461a6 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Wed, 24 Jul 2019 20:00:23 +0200 Subject: [PATCH] Remove idea files --- .gitignore | 7 ++----- .idea/compiler.xml | 16 ---------------- .idea/misc.xml | 13 ------------- .idea/modules.xml | 8 -------- .idea/scala_compiler.xml | 6 ------ .idea/vcs.xml | 6 ------ PlayWallServer.iml | 4 +++- 7 files changed, 5 insertions(+), 55 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/scala_compiler.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 41b7b15..c7c1032 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ -# Created by .ignore support plugin (hsz.mobi) +/.idea/ + /settings.properties /target /deploy -/.idea/libraries -/.idea/dictionaries -workspace.xml -kotlinc.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index bb45fa2..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CompilerConfiguration"> - <annotationProcessing> - <profile name="Maven default annotation processors profile" enabled="true"> - <sourceOutputDir name="target/generated-sources/annotations" /> - <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> - <outputRelativeToContentRoot value="true" /> - <module name="PlayWallServer" /> - </profile> - </annotationProcessing> - <bytecodeTargetLevel> - <module name="PlayWallServer" target="1.8" /> - </bytecodeTargetLevel> - </component> -</project> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 5755a99..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="MavenProjectsManager"> - <option name="originalFiles"> - <list> - <option value="$PROJECT_DIR$/pom.xml" /> - </list> - </option> - </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> - <output url="file://$PROJECT_DIR$/out" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 769e1ce..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/PlayWallServer.iml" filepath="$PROJECT_DIR$/PlayWallServer.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/.idea/scala_compiler.xml b/.idea/scala_compiler.xml deleted file mode 100644 index 27a2b27..0000000 --- a/.idea/scala_compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ScalaCompilerConfiguration"> - <profile name="Maven 1" modules="PlayWallServer" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$" vcs="Git" /> - </component> -</project> \ No newline at end of file diff --git a/PlayWallServer.iml b/PlayWallServer.iml index 7f3dfa7..445a093 100644 --- a/PlayWallServer.iml +++ b/PlayWallServer.iml @@ -36,6 +36,8 @@ <orderEntry type="library" name="Maven: com.j256.ormlite:ormlite-core:5.0" level="project" /> <orderEntry type="library" name="Maven: com.j256.ormlite:ormlite-jdbc:5.0" level="project" /> <orderEntry type="library" name="Maven: mysql:mysql-connector-java:6.0.5" level="project" /> - <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.2" level="project" /> + <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.5" level="project" /> + <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" /> + <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> </component> </module> \ No newline at end of file -- GitLab