2022-12-25 01:12:28 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src_main_java"/>
|
2024-09-21 20:17:42 -07:00
|
|
|
<classpathentry kind="src" path="src_game_java"/>
|
|
|
|
<classpathentry kind="src" path="src_protocol-game_java"/>
|
|
|
|
<classpathentry kind="src" path="src_protocol-relay_java"/>
|
2022-12-25 01:12:28 -08:00
|
|
|
<classpathentry kind="src" path="src_lwjgl_java"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="module" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
${LIBRARY_CLASSPATH}
|
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|