Przeglądaj źródła

removed .idea junk

Kr Younger 6 lat temu
rodzic
commit
ac4d7ce88a

+ 1
- 1
.gitignore Wyświetl plik

@@ -2,7 +2,7 @@
2 2
 *.class
3 3
 
4 4
 # intellij
5
-.idea/*
5
+.idea/
6 6
 
7 7
 # Log file
8 8
 *.log

+ 0
- 17
.idea/compiler.xml Wyświetl plik

@@ -1,17 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="CompilerConfiguration">
4
-    <annotationProcessing>
5
-      <profile name="Maven default annotation processors profile" enabled="true">
6
-        <sourceOutputDir name="target/generated-sources/annotations" />
7
-        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
8
-        <outputRelativeToContentRoot value="true" />
9
-        <module name="Client" />
10
-      </profile>
11
-    </annotationProcessing>
12
-    <bytecodeTargetLevel>
13
-      <module name="Client" target="1.5" />
14
-      <module name="YouAreEll" target="1.5" />
15
-    </bytecodeTargetLevel>
16
-  </component>
17
-</project>

+ 0
- 13
.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_8_0.xml Wyświetl plik

@@ -1,13 +0,0 @@
1
-<component name="libraryTable">
2
-  <library name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.0">
3
-    <CLASSES>
4
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar!/" />
5
-    </CLASSES>
6
-    <JAVADOC>
7
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-javadoc.jar!/" />
8
-    </JAVADOC>
9
-    <SOURCES>
10
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0-sources.jar!/" />
11
-    </SOURCES>
12
-  </library>
13
-</component>

+ 0
- 13
.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_8_6.xml Wyświetl plik

@@ -1,13 +0,0 @@
1
-<component name="libraryTable">
2
-  <library name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.6">
3
-    <CLASSES>
4
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.8.6/jackson-core-2.8.6.jar!/" />
5
-    </CLASSES>
6
-    <JAVADOC>
7
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.8.6/jackson-core-2.8.6-javadoc.jar!/" />
8
-    </JAVADOC>
9
-    <SOURCES>
10
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.8.6/jackson-core-2.8.6-sources.jar!/" />
11
-    </SOURCES>
12
-  </library>
13
-</component>

+ 0
- 13
.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_8_6.xml Wyświetl plik

@@ -1,13 +0,0 @@
1
-<component name="libraryTable">
2
-  <library name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.6">
3
-    <CLASSES>
4
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.8.6/jackson-databind-2.8.6.jar!/" />
5
-    </CLASSES>
6
-    <JAVADOC>
7
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.8.6/jackson-databind-2.8.6-javadoc.jar!/" />
8
-    </JAVADOC>
9
-    <SOURCES>
10
-      <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.8.6/jackson-databind-2.8.6-sources.jar!/" />
11
-    </SOURCES>
12
-  </library>
13
-</component>

+ 0
- 13
.idea/misc.xml Wyświetl plik

@@ -1,13 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="MavenProjectsManager">
4
-    <option name="originalFiles">
5
-      <list>
6
-        <option value="$PROJECT_DIR$/pom.xml" />
7
-      </list>
8
-    </option>
9
-  </component>
10
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" project-jdk-name="9.0" project-jdk-type="JavaSDK">
11
-    <output url="file://$PROJECT_DIR$/classes" />
12
-  </component>
13
-</project>

+ 0
- 9
.idea/modules.xml Wyświetl plik

@@ -1,9 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="ProjectModuleManager">
4
-    <modules>
5
-      <module fileurl="file://$PROJECT_DIR$/Client/Client.iml" filepath="$PROJECT_DIR$/Client/Client.iml" />
6
-      <module fileurl="file://$PROJECT_DIR$/YouAreEll.iml" filepath="$PROJECT_DIR$/YouAreEll.iml" />
7
-    </modules>
8
-  </component>
9
-</project>