mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-04-08 00:47:45 -07:00
13 lines
401 B
XML
13 lines
401 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src_main_java"/>
|
|
<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>
|