summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-04-21 02:32:02 +0100
committerElgarL <ElgarL@palmergames.com>2012-04-21 02:32:02 +0100
commit2b8f00c1227c1290d448a50bbb0606e568fb3cc4 (patch)
treeaa15fcbe0665d33197276b1fe69216bf78b8e7a7
parentdf7db445b82dc0fa202e063cc37812cf4a67c53f (diff)
downloadEssentials-2b8f00c1227c1290d448a50bbb0606e568fb3cc4.tar
Essentials-2b8f00c1227c1290d448a50bbb0606e568fb3cc4.tar.gz
Essentials-2b8f00c1227c1290d448a50bbb0606e568fb3cc4.tar.lz
Essentials-2b8f00c1227c1290d448a50bbb0606e568fb3cc4.tar.xz
Essentials-2b8f00c1227c1290d448a50bbb0606e568fb3cc4.zip
Remove unneeded dependency of craftbukkit (Eclipse building)
-rw-r--r--EssentialsGroupManager/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGroupManager/.classpath b/EssentialsGroupManager/.classpath
index 61f808b2d..bc8106503 100644
--- a/EssentialsGroupManager/.classpath
+++ b/EssentialsGroupManager/.classpath
@@ -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>