Add some eclipse metadat for convenience

This commit is contained in:
Kris De Volder
2016-11-14 12:20:19 -08:00
parent 13aea9a398
commit 52b89de6c9
2 changed files with 24 additions and 4 deletions

View File

@@ -1,5 +1,2 @@
/.project
**/.classpath
**/classpath.txt
**/.project
**/.settings/*.*

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>project-test-harness</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.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>