Fixed missing library. Added LittleEndian to utils. Changed classpath to depend on built jar instead of project

This commit is contained in:
nathan 2015-01-28 23:06:30 +01:00
parent 16225a5ea2
commit 5600ae3c33

View File

@ -2,6 +2,6 @@
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <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 combineaccessrules="false" kind="src" path="/Dorkbox-Util"/> <classpathentry kind="lib" path="libs/dorkboxUtil.jar"/>
<classpathentry kind="output" path="classes"/> <classpathentry kind="output" path="classes"/>
</classpath> </classpath>