1
0
mirror of https://bitbucket.org/HeshamTB/greet.git synced 2024-11-05 14:52:15 +01:00
greet-minecraft/.classpath

22 lines
822 B
Plaintext
Raw Permalink Normal View History

2018-05-02 20:27:38 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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>
<classpathentry kind="src" output="target/classes" path="src">
2018-05-04 00:28:32 +02:00
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
2018-05-04 00:28:32 +02:00
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
2018-05-02 20:27:38 +02:00
</classpath>