Adding Eclipse project file and classpath

This commit is contained in:
Samuel Carlsson 2013-07-26 09:09:00 +02:00
parent b9a4f1bd80
commit 068ef51f1b
3 changed files with 27 additions and 2 deletions

8
.classpath Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>

4
.gitignore vendored
View File

@ -3,7 +3,7 @@
#################
*.pydevproject
.project
#.project
.metadata
bin/
tmp/
@ -12,7 +12,7 @@ tmp/
*.swp
*~.nib
local.properties
.classpath
#.classpath
.settings/
.loadpath

17
.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jadb</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>