Remove unneeded dependency of craftbukkit (Eclipse building)

This commit is contained in:
ElgarL 2012-04-21 02:32:02 +01:00
parent cd7bf5eff2
commit 4e10470acd

View File

@ -2,6 +2,6 @@
<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="lib" path="../lib/bukkit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>