-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
42 lines (42 loc) · 2.44 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="processing/generated"/>
<classpathentry kind="src" path="processing/src"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src.experimental"/>
<classpathentry kind="src" output="bin.core" path="src.core"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/core/library/core.jar"/>
<classpathentry kind="lib" path="lib/core/library/gluegen-rt-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="lib/core/library/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/core/library/jogl-all-natives-windows-amd64.jar"/>
<classpathentry kind="lib" path="lib/core/library/jogl-all.jar"/>
<classpathentry kind="lib" path="lib/kinect/library/kinect.jar"/>
<classpathentry kind="lib" path="lib/phybots/library/bluecove-2.1.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/phybots/library/fantom.jar"/>
<classpathentry kind="lib" path="lib/phybots/library/capture-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/phybots/library/connector-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/phybots/library/phybots-core-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/phybots/library/PhybotsP5.jar"/>
<classpathentry kind="lib" path="processing/lib/antlr.jar"/>
<classpathentry kind="lib" path="processing/lib/jna.jar"/>
<classpathentry kind="lib" path="processing/lib/apple.jar"/>
<classpathentry kind="lib" path="lib/phybots/library/dsj.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="picode/lib/phybots/library"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="processing/lib/ecj.jar"/>
<classpathentry kind="lib" path="lib/kinect/library/libthrift-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/kinect/library/slf4j-api-1.5.8.jar"/>
<classpathentry kind="lib" path="lib/kinect/library/slf4j-simple-1.5.8.jar"/>
<classpathentry kind="lib" path="picode-resources.jar"/>
<classpathentry kind="lib" path="processing/lib/tools.jar"/>
<!--
<classpathentry kind="lib" path="processing/lib/com.ibm.icu_4.4.2.v20110823.jar"/>
<classpathentry kind="lib" path="processing/lib/jdi.jar"/>
<classpathentry kind="lib" path="processing/lib/jdimodel.jar"/>
<classpathentry kind="lib" path="processing/lib/org.eclipse.osgi_3.8.1.v20120830-144521.jar"/>
-->
<classpathentry kind="output" path="bin"/>
</classpath>