blob: b63cd974e9b0ee203134670ef0c752e3d7bac1dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="lib" path="support_files/lib/ext/j3dcore.jar"/>
<classpathentry kind="lib" path="support_files/lib/ext/j3dutils.jar"/>
<classpathentry kind="lib" path="support_files/lib/ext/vecmath.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/usr/lib/jni"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
|