From 116764c3ab2cd93f22f8a4898bce052d72cae9fb Mon Sep 17 00:00:00 2001 From: Jussi Nikander <Jussi.Nikander@luke.fi> Date: Fri, 13 Apr 2018 09:50:22 +0300 Subject: [PATCH] Commit --- .gitignore | 1 + .project | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index ae3c172..09e3bc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bin/ +/target/ diff --git a/.project b/.project index 1abf3fb..60d024d 100644 --- a/.project +++ b/.project @@ -10,8 +10,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> -- GitLab