mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
4b61ac9043
Update GroupManagerBridge for new event system.
11 lines
500 B
XML
11 lines
500 B
XML
<?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"/>
|
|
<classpathentry kind="lib" path="../lib/craftbukkit.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/EssentialsGroupManager"/>
|
|
<classpathentry kind="lib" path="../lib/Permissions3.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|