From 3fe8e40bb517501c2a51e18834faa68bb17c2479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Thu, 3 Jun 2021 22:44:20 +0200 Subject: [PATCH 1/3] Readded .classpath to project --- .classpath | 20 ++++++++++++++++++++ .gitignore | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .classpath diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..914add1 --- /dev/null +++ b/.classpath @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index b31642e..049b9a7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ /bin/ /.idea/ /.project -/.classpath /jeu-de-combat.iml From 26360c0558201dc143d0fd37a566c46f8f3eee54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Thu, 3 Jun 2021 22:45:03 +0200 Subject: [PATCH 2/3] Readded maven dotfiles --- .gitignore | 1 - .project | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .project diff --git a/.gitignore b/.gitignore index 049b9a7..227bffe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ /target/ /bin/ /.idea/ -/.project /jeu-de-combat.iml diff --git a/.project b/.project new file mode 100644 index 0000000..342d5b7 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + jeu-de-combat + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.jdt.core.javanature + + From 9d42cebe6ed691796abf97ddba5fd5ca5e90aaeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Thu, 3 Jun 2021 22:45:47 +0200 Subject: [PATCH 3/3] Set lwjgl.natives to natives-windows --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a80a64..5593d30 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 3.2.3 - natives-linux + natives-windows 11