-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.classpath
More file actions
27 lines (27 loc) · 1.56 KB
/
Copy path.classpath
File metadata and controls
27 lines (27 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="mod-test"/>
<classpathentry kind="src" path="mod-src"/>
<classpathentry kind="src" path="web-src"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry exported="true" kind="lib" path="lib/jetty-all-9.0.6.v20130930.jar" sourcepath="lib/jetty-all-9.0.6.v20130930-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MCManager/lib/jetty-all-9.0.6.v20130930-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/servlet-api-3.0.jar">
<attributes>
<attribute name="javadoc_location" value="http://tomcat.apache.org/tomcat-5.5-doc/servletapi/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar" sourcepath="lib/json-simple.zip"/>
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.11.jar" sourcepath="lib/snakeyaml-1.11-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MCManager/lib/snakeyaml-1.11-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="/Minecraft/jars/libraries/com/google/guava/guava/14.0/guava-14.0.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/Minecraft"/>
<classpathentry kind="output" path="bin"/>
</classpath>