amidstest/.classpath
Stefan Dollase 0f3bc91ad7 added devtools to support development tasks
* download all minecraft jar and json files
* check which versions have a server and which have a client
* check which versions are compatible with the current class recognition rules
2015-11-11 02:57:04 +01:00

16 lines
832 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-devtools"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/JGoogleAnalytics_0.4.jar"/>
<classpathentry kind="lib" path="lib/JNBT_1.3.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/miglayout-4.0-swing.jar"/>
<classpathentry kind="lib" path="lib/args4j-2.0.21.jar"/>
<classpathentry kind="lib" path="lib/js.jar"/>
<classpathentry kind="lib" path="lib/kryonet-2.21-all.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>