Browse Source

Reload project

Alec 4 years ago
parent
commit
761717df03
7 changed files with 14 additions and 16 deletions
  1. 1 1
      .idea/.gitignore
  2. 0 1
      .idea/description.html
  3. 0 6
      .idea/encodings.xml
  4. 1 4
      .idea/misc.xml
  5. 1 1
      .idea/modules.xml
  6. 0 3
      .idea/project-template.xml
  7. 11 0
      ExampleJavaList.iml

+ 1 - 1
.idea/.gitignore

@@ -1,2 +1,2 @@
 # Default ignored files
-/workspace.xml
+/workspace.xml

+ 0 - 1
.idea/description.html

@@ -1 +0,0 @@
-<html>Simple <b>Java</b> application that includes a class with <code>main()</code> method</html>

+ 0 - 6
.idea/encodings.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="Encoding">
-    <file url="PROJECT" charset="UTF-8" />
-  </component>
-</project>

+ 1 - 4
.idea/misc.xml

@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="ProjectKey">
-    <option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" />
-  </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_13" default="true" project-jdk-name="13" project-jdk-type="JavaSDK">
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/out" />
   </component>
 </project>

+ 1 - 1
.idea/modules.xml

@@ -2,7 +2,7 @@
 <project version="4">
   <component name="ProjectModuleManager">
     <modules>
-      <module fileurl="file://$PROJECT_DIR$/javaProject.iml" filepath="$PROJECT_DIR$/javaProject.iml" />
+      <module fileurl="file://$PROJECT_DIR$/ExampleJavaList.iml" filepath="$PROJECT_DIR$/ExampleJavaList.iml" />
     </modules>
   </component>
 </project>

+ 0 - 3
.idea/project-template.xml

@@ -1,3 +0,0 @@
-<template>
-  <input-field default="com.company">IJ_BASE_PACKAGE</input-field>
-</template>

+ 11 - 0
ExampleJavaList.iml

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>