Readded maven dotfiles

This commit is contained in:
François Autin 2021-06-03 22:45:03 +02:00
parent 3fe8e40bb5
commit 26360c0558
No known key found for this signature in database
GPG Key ID: 24025429AC559B7C
2 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,5 +2,4 @@
/target/
/bin/
/.idea/
/.project
/jeu-de-combat.iml

23
.project Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jeu-de-combat</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<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>