-
Notifications
You must be signed in to change notification settings - Fork 45
/
.classpath
21 lines (21 loc) · 917 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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/bukkit.jar">
<attributes>
<attribute name="javadoc_location" value="http://jd.bukkit.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="../lib/Towny.jar">
<attributes>
<attribute name="javadoc_location" value="http://palmergames.com/javadoc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="../lib/Essentials.jar"/>
<classpathentry kind="lib" path="../lib/CraftIRC.jar"/>
<classpathentry kind="lib" path="../lib/dynmap-api.jar"/>
<classpathentry kind="lib" path="../lib/HeroicDeath.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/Towny"/>
<classpathentry kind="output" path="bin"/>
</classpath>