forked from openpool/openpool-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
28 lines (28 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
27
28
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src.app"/>
<classpathentry kind="lib" path="lib/javacpp.jar" sourcepath="lib/javacpp-0.3-java-src.zip"/>
<classpathentry kind="lib" path="lib/javacv-windows-x86_64.jar"/>
<classpathentry kind="lib" path="lib/javacv.jar" sourcepath="lib/javacv-0.3-java-src.zip"/>
<classpathentry kind="lib" path="dependency/SimpleOpenNI.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="openpool/dependency"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependency/core.jar"/>
<classpathentry kind="lib" path="dependency/opengl.jar"/>
<classpathentry kind="lib" path="dependency/gluegen-rt.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="openpool/dependency"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependency/jogl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="openpool/dependency"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="dependency/MSAFluid.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>