forked from HamaIndustries/FEMultiPlayer-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
26 lines (26 loc) · 1.37 KB
/
.classpath
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="bin"/>
<classpathentry kind="src" path="levels"/>
<classpathentry kind="src" path="dev"/>
<classpathentry kind="src" path="shaders"/>
<classpathentry kind="src" path="lwjgl-2.9.0">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="FEMultiPlayer-V2/lwjgl-2.9.0/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="res"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="json-simple"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry exported="true" kind="lib" path="lwjgl-2.9.0/jar/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="FEMultiplayer/lwjgl-2.9.0/native/windows"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lwjgl-2.9.0/jar/slick-util.jar"/>
<classpathentry exported="true" kind="lib" path="json-simple/json-simple-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lwjgl-2.9.0/jar/jogg-0.0.7.jar"/>
<classpathentry exported="true" kind="lib" path="lwjgl-2.9.0/jar/jorbis-0.0.15.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>