2013-08-27 17:14:08 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2016-02-18 20:30:12 +01:00
|
|
|
<classpathentry kind="src" output="target/classes" path="src">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-08-27 17:14:08 +02:00
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Mineplex.Core.Common"/>
|
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Mineplex.Minecraft.Game.Core"/>
|
2013-10-30 23:45:11 +01:00
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Mineplex.Minecraft.Game.ClassCombat"/>
|
2013-12-03 07:13:29 +01:00
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Mineplex.Core"/>
|
2015-02-25 01:56:32 +01:00
|
|
|
<classpathentry kind="var" path="REPO_DIR/Plugins/Libraries/jooq-3.5.2.jar"/>
|
2014-09-16 05:43:13 +02:00
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Mineplex.Database"/>
|
2014-10-09 03:15:45 +02:00
|
|
|
<classpathentry kind="var" path="REPO_DIR/Plugins/Libraries/craftbukkit.jar"/>
|
2014-10-10 01:49:39 +02:00
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Mineplex.ServerData"/>
|
2016-02-18 20:30:12 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2013-08-27 17:14:08 +02:00
|
|
|
</classpath>
|