Small plugin for bukkit I wrote to learn bukkit/eclipse.

This commit is contained in:
nossr50
2011-01-14 15:26:48 -08:00
parent 95c9ab266a
commit 7a497cd2b0
11 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="C:/MC Server/bukkit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>