mirror of
https://bitbucket.org/HeshamTB/greet.git
synced 2024-11-05 17:22:15 +01:00
12 lines
484 B
XML
12 lines
484 B
XML
<?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"/>
|
|
<classpathentry kind="src" path="src">
|
|
<attributes>
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="C:/Users/Hesham/Desktop/spigot-1.12.2.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|