-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
22 lines (22 loc) · 1.13 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/minecraft"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="lib" path="lib/jacob.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/trove-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/trove4j-3.0.2-sources.jar"/>
<classpathentry kind="lib" path="lib/jinput.jar"/>
<classpathentry kind="lib" path="lib/lwjgl_util.jar"/>
<classpathentry kind="lib" path="lib/lwjgl.jar"/>
<classpathentry kind="lib" path="lib/snakeyaml.jar"/>
<classpathentry kind="lib" path="lib/paulscode.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.5.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/>
<classpathentry kind="lib" path="lib/natives.jar"/>
<classpathentry kind="lib" path="lib/mcresources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>