Skip to content
Snippets Groups Projects
Commit 6eaa8f3c authored by Zoey76's avatar Zoey76
Browse files

BETA: .classpath format.

'''Note:''' Do not forget to cleanup your server lib folder!
parent 352a52af
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts"/> <classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts" />
<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="/L2J_Server_BETA"/> <classpathentry combineaccessrules="false" kind="src" path="/L2J_Server_BETA" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/javolution-5.5.1.jar"/> <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/javolution-5.5.1.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/mmocore.jar"/> <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/mmocore.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/trove-3.0.2.jar"/> <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/netcon-1.7.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/netcon-1.7.jar"/> <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/trove-3.0.2.jar" />
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin" />
</classpath> </classpath>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment