diff --git a/.gitignore b/.gitignore index e69de29..e2f8d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,5 @@ +.git +.vscode + +todolist_editor/.settings +todolist_editor/target diff --git a/todolist_editor/.classpath b/todolist_editor/.classpath new file mode 100644 index 0000000..238dda0 --- /dev/null +++ b/todolist_editor/.classpath @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/todolist_editor/.project b/todolist_editor/.project new file mode 100644 index 0000000..69192c3 --- /dev/null +++ b/todolist_editor/.project @@ -0,0 +1,34 @@ + + + todolist_editor + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + + + 1629405168779 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + + diff --git a/todolist_editor/pom.xml b/todolist_editor/pom.xml index 41a60cb..aa83429 100644 --- a/todolist_editor/pom.xml +++ b/todolist_editor/pom.xml @@ -14,8 +14,8 @@ UTF-8 - 1.7 - 1.7 + 1.15 + 1.15 diff --git a/todolist_editor/src/main/java/de/dejan/todolist/Main.java b/todolist_editor/src/main/java/de/dejan/todolist/Main.java index 09d22b8..872d4cf 100644 --- a/todolist_editor/src/main/java/de/dejan/todolist/Main.java +++ b/todolist_editor/src/main/java/de/dejan/todolist/Main.java @@ -1,11 +1,6 @@ package de.dejan.todolist; -import java.util.Scanner; -/** - * Hello world! - * - */ public class Main{ public static void main( String[] args ){ String[] tasks=new String[10];