Note: this requires adding the res/lib folder to the classpath in order to run in Eclipse (included in this commit). Another commit will follow to remove build artifacts from git.
10 lines
369 B
XML
10 lines
369 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="res/img"/>
|
|
<classpathentry kind="src" path="test"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|