forked from Multitallented/Proxis-Heroes-Skills
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
25 lines (25 loc) · 1.15 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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="src" path="/Heroes"/>
<classpathentry kind="lib" path="C:/Users/Andrew/.m2/repository/org/bukkit/Bukkit/1.6.2-R0.1/bukkit-1.6.2-R0.1.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="maven.groupId" value="org.bukkit"/>
<attribute name="maven.artifactId" value="bukkit"/>
<attribute name="maven.version" value="1.6.2-R0.1"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Andrew/.m2/repository/org/spigotmc/spigot/1.6.2-R0.1-SNAPSHOT/spigot-1.6.2-R0.1-SNAPSHOT.jar">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="maven.groupId" value="org.spigotmc"/>
<attribute name="maven.artifactId" value="spigot"/>
<attribute name="maven.version" value="1.6.2-R0.1-SNAPSHOT"/>
<attribute name="maven.scope" value="compile"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>