mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.5.git
synced 2025-01-22 07:21:52 -05:00
8 lines
448 B
XML
8 lines
448 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src/main/java"/>
|
|
<classpathentry kind="lib" path="bungee-deps.jar"/>
|
|
<classpathentry kind="lib" path="Java-WebSocket-1.5.1-with-dependencies.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_231"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|