mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
46840a686d
Adjusting bukkit paths to remove version number.
8 lines
293 B
XML
8 lines
293 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="../lib/craftbukkit.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|