mirror of
https://hub.spigotmc.org/stash/scm/spigot/fernflower.git
synced 2025-09-18 22:14:39 +00:00

- test classes (src/test/*) moved to separate root - stray .class files dropped - binary files (bin/, dist/full/, dist/obfuscated/) excluded from the repo - .classpath and .gitignore updated accordingly - invalid import statements removed
9 lines
368 B
XML
9 lines
368 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="timer"/>
|
|
<classpathentry kind="src" path="test"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="lib/timer/timer.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|