proper project foldering. yeah, I shouldn't copy around bare java
files...
This commit is contained in:
parent
386d146880
commit
92a9a0287f
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path=""/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path=""/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
/bin
|
||||
|
|
Loading…
Reference in New Issue