Modified classpath to once again match the standard format that has been planned for this plugin. justin393 opted not to use it, and as such, modified the classpath.

This commit is contained in:
David Berdik 2015-04-02 16:57:25 -04:00
parent 7a553cf4df
commit b27f42757b

View File

@ -2,15 +2,18 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Downloads/CustomItems.jar"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Downloads/Factions.jar"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Downloads/GriefPrevention.jar"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Downloads/MassiveCore.jar"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Downloads/PreciousStones.jar"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Downloads/Residence.jar"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Downloads/Towny.jar"/>
<classpathentry kind="lib" path="C:/Users/jjbat_000/Desktop/worldguard-6.0.0-beta-05.jar"/>
<classpathentry kind="lib" path="C:/Spigot/Spigot/Spigot-API/target/spigot-api-1.8.3-R0.1-SNAPSHOT-shaded.jar"/>
<classpathentry kind="lib" path="C:/Spigot/Spigot/Spigot-Server/target/spigot-1.8.3-R0.1-SNAPSHOT-remapped.jar"/>
<classpathentry kind="lib" path="libs/craftbukkit-1.8.3.jar">
<attributes>
<attribute name="javadoc_location" value="https://hub.spigotmc.org/javadocs/spigot/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/CustomItems.jar"/>
<classpathentry kind="lib" path="libs/Factions.jar"/>
<classpathentry kind="lib" path="libs/GriefPrevention.jar"/>
<classpathentry kind="lib" path="libs/MassiveCore.jar"/>
<classpathentry kind="lib" path="libs/PreciousStones.jar"/>
<classpathentry kind="lib" path="libs/Residence.jar"/>
<classpathentry kind="lib" path="libs/Towny.jar"/>
<classpathentry kind="lib" path="libs/WorldGuard.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>