diff options
Diffstat (limited to '.classpath')
-rwxr-xr-x | .classpath | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100755 index 0000000..44e3875 --- /dev/null +++ b/.classpath @@ -0,0 +1,10 @@ +<?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.7"/>
+ <classpathentry kind="lib" path="craftbukkit-1.8.8.jar"/>
+ <classpathentry kind="lib" path="Essentials.jar"/>
+ <classpathentry kind="lib" path="worldguard-6.1.jar"/>
+ <classpathentry kind="lib" path="worldedit-bukkit-6.1.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|