- Removed pom.xml since we are not going to use Maven - Removed "lib" folder - Added "libs" folder with Spigot 1.14.4 inside it, although Spigot 1.14.4 jar is in gitignore - Removed Maven dependencies from Build Path - Added Spigot 1.14.4 to Build Path - Changed output folder from "target" to Eclipse default
17 lines
615 B
XML
17 lines
615 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" 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.6">
|
|
<attributes>
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="libs/spigot-1.14.4.jar"/>
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
</classpath>
|