proper project foldering. yeah, I shouldn't copy around bare java

files...
This commit is contained in:
Marcel M. Otte 2013-12-12 20:03:05 +00:00
parent 386d146880
commit 92a9a0287f
3 changed files with 3 additions and 2 deletions

View File

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

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.jar *.jar
*.war *.war
*.ear *.ear
/bin