-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 782 Bytes
/
Copy path.classpath
File metadata and controls
16 lines (16 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/javacpp.jar"/>
<classpathentry kind="lib" path="lib/javacv.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/org.OpenNI.jar"/>
<classpathentry kind="lib" path="lib/j3dcore.jar"/>
<classpathentry kind="lib" path="lib/j3dutils.jar"/>
<classpathentry kind="lib" path="lib/vecmath.jar"/>
<classpathentry kind="lib" path="lib/javacv-os.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>