- 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
24 lines
540 B
XML
24 lines
540 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>Herobrine 2</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
</natures>
|
|
</projectDescription>
|