diff --git a/.gitignore b/.gitignore index aff6798..15be348 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ fabric.properties # Package Files # *.jar +!jar/*.jar *.war *.ear *.zip diff --git a/.idea/ChareSWE.iml b/.idea/ChareSWE.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/.idea/ChareSWE.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 1bb046f..0ae562a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ - - + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index e57fdee..ac88304 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index de295ae..f3c4ded 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ Eine Schritt-für-Schritt-Anweisung, wie man eine Entwicklungsumgebung für das ## Autoren -Pia Korndörfer, Danial Eshete, Jana Gumbert, Amadou-bah AArif +Pia Korndörfer, Danial Eshete, Jana Gumbert, Amadou-Bah Aarif * **Homer Simpson** - *Qualitätssicherung* - [Profil](https://de.wikipedia.org/wiki/Homer_Simpson) * ... +¥≤ \ No newline at end of file diff --git a/jars/hamcrest-core-1.3.jar b/jars/hamcrest-core-1.3.jar new file mode 100644 index 0000000..9d5fe16 Binary files /dev/null and b/jars/hamcrest-core-1.3.jar differ diff --git a/jars/junit-4.12.jar b/jars/junit-4.12.jar new file mode 100644 index 0000000..3a7fc26 Binary files /dev/null and b/jars/junit-4.12.jar differ diff --git a/src/TestEshete.java b/src/TestEshete.java new file mode 100644 index 0000000..4b51c3b --- /dev/null +++ b/src/TestEshete.java @@ -0,0 +1,2 @@ +public class TestEshete { +} diff --git a/src/TestGumbert.java b/src/TestGumbert.java new file mode 100644 index 0000000..368deda --- /dev/null +++ b/src/TestGumbert.java @@ -0,0 +1,4 @@ +package PACKAGE_NAME; + +public class TestGumbert { +}