-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
15 lines (15 loc) · 955 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry combineaccessrules="false" kind="src" path="/kryonet"/>
<classpathentry kind="lib" path="/kryonet/build/kryo-2.12.jar" sourcepath="/kryonet"/>
<classpathentry kind="lib" path="/kryonet/lib/asm-4.0.jar"/>
<classpathentry kind="lib" path="/kryonet/lib/jsonbeans-0.2.jar"/>
<classpathentry kind="lib" path="/kryonet/lib/kryo-debug-2.18.jar"/>
<classpathentry kind="lib" path="/kryonet/lib/minlog-1.2.jar"/>
<classpathentry kind="lib" path="/kryonet/lib/objenesis-1.2.jar"/>
<classpathentry kind="lib" path="/kryonet/lib/reflectasm-1.07.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>