This commit is contained in:
Dejan
2021-08-21 23:04:32 +02:00
parent b243ab9abb
commit 2124333d6f
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.git .git
.vscode .vscode
build-jar
todolist_editor/.settings todolist_editor/.settings
todolist_editor/target todolist_editor/target

View File

@@ -2,7 +2,7 @@ Funktionen:
-ToDo hinzufügen# -ToDo hinzufügen#
-ToDo abhaken# -ToDo abhaken#
-ToDo deadline -ToDo deadline
-ToDo löschen -ToDo löschen#
-ToDo auflisten# -ToDo auflisten#
-ToDo-Liste abspeichern -ToDo-Liste abspeichern
- -

View File

@@ -6,6 +6,7 @@
<groupId>de.dejan.todolist</groupId> <groupId>de.dejan.todolist</groupId>
<artifactId>todolist_editor</artifactId> <artifactId>todolist_editor</artifactId>
<version>0.1</version> <version>0.1</version>
<name>todolist_editor</name> <name>todolist_editor</name>