Browse Source

Merge branch 'master' of https://git.efi.th-nuernberg.de/gitea/korndoerferpi67188/ChareSWE

# Conflicts:
#	.idea/misc.xml
#	.idea/modules.xml
master
amadoubahaa68134 5 years ago
parent
commit
d4398ff5e9
8 changed files with 21 additions and 3 deletions
  1. 1
    0
      .gitignore
  2. 11
    0
      .idea/ChareSWE.iml
  3. 5
    2
      .idea/misc.xml
  4. 1
    1
      .idea/modules.xml
  5. 1
    0
      README.md
  6. BIN
      jars/hamcrest-core-1.3.jar
  7. BIN
      jars/junit-4.12.jar
  8. 2
    0
      src/TestEshete.java

+ 1
- 0
.gitignore View File

@@ -61,6 +61,7 @@ fabric.properties

# Package Files #
*.jar
!jar/*.jar
*.war
*.ear
*.zip

+ 11
- 0
.idea/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>

+ 5
- 2
.idea/misc.xml View File

@@ -1,6 +1,9 @@
<?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 name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_10" default="true" project-jdk-name="10" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/../gitchareswe" />
</component>
</project>

+ 1
- 1
.idea/modules.xml View File

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

+ 1
- 0
README.md View File

@@ -29,3 +29,4 @@ Pia Korndörfer, Danial Eshete, Jana Gumbert, Amadou-Bah Aarif
* **Homer Simpson** - *Qualitätssicherung* - [Profil](https://de.wikipedia.org/wiki/Homer_Simpson)
* ...

¥≤

BIN
jars/hamcrest-core-1.3.jar View File


BIN
jars/junit-4.12.jar View File


+ 2
- 0
src/TestEshete.java View File

@@ -0,0 +1,2 @@
public class TestEshete {
}

Loading…
Cancel
Save