582a785fb8
A lot of patches went in - the client and server both launch and start up mods.
13 lines
662 B
XML
13 lines
662 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src-common"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="common"/>
|
|
<classpathentry kind="src" path="server"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
<classpathentry kind="lib" path="jars/minecraft_server.jar"/>
|
|
<classpathentry kind="lib" path="lib/argo-2.25.jar"/>
|
|
<classpathentry kind="lib" path="lib/asm-all-4.0.jar"/>
|
|
<classpathentry kind="lib" path="lib/guava-12.0.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|