Browse Source

update

master
gumbertja68144 5 years ago
parent
commit
2e5f1ae832
5 changed files with 25 additions and 14 deletions
  1. 6
    0
      .idea/misc.xml
  2. 8
    0
      .idea/modules.xml
  3. 11
    0
      ChareSWE.iml
  4. 0
    6
      src/HelloWorld.java
  5. 0
    8
      src/TestGumbert.java

+ 6
- 0
.idea/misc.xml View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_10" project-jdk-name="10" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

+ 8
- 0
.idea/modules.xml View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ChareSWE.iml" filepath="$PROJECT_DIR$/ChareSWE.iml" />
</modules>
</component>
</project>

+ 11
- 0
ChareSWE.iml View File

@@ -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>

+ 0
- 6
src/HelloWorld.java View File

@@ -1,6 +0,0 @@
public class HelloWorld {
public static void main(String[] args) {

System.out.println("Hallo Welt");
}
}

+ 0
- 8
src/TestGumbert.java View File

@@ -1,8 +0,0 @@
import org.junit.Test;
import static org.junit.Assert.*;


@Test
public class TestGumbert {

}

Loading…
Cancel
Save