-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy path.classpath
52 lines (52 loc) · 2.46 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/jinput.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/3DMM/lib/jMonkeyEngine-doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jME3-core.jar" sourcepath="/home/michael/stage/jMonkeyEngine">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/3DMM/lib/jMonkeyEngine-doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jME3-desktop.jar" sourcepath="/home/michael/stage/jMonkeyEngine">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/3DMM/lib/jMonkeyEngine-doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jME3-effects.jar" sourcepath="/home/michael/stage/jMonkeyEngine">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/3DMM/lib/jMonkeyEngine-doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jME3-lwjgl-natives.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/3DMM/lib/jMonkeyEngine-doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jME3-lwjgl.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/3DMM/lib/jMonkeyEngine-doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jME3-plugins.jar"/>
<classpathentry kind="lib" path="lib/jME3-terrain.jar"/>
<classpathentry kind="lib" path="lib/jply-0.2.0.jar"/>
<classpathentry kind="lib" path="lib/lwjgl.jar"/>
<classpathentry kind="lib" path="lib/colt.jar" sourcepath="/home/michael/stage/colt">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/colt/doc/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/concurrent.jar"/>
<classpathentry kind="lib" path="lib/jmatio.jar" sourcepath="/home/michael/stage/JMatIO/build/JMatIO/src">
<attributes>
<attribute name="javadoc_location" value="file:/home/michael/stage/JMatIO/build/JMatIO/doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>