blob: 1db0b337df83789535ac940b721a5a49a19a3848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="deploy" path="src"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="lib" path="jogamp-fat.jar" sourcepath="jogamp-fat-java-src.zip"/>
<classpathentry kind="lib" path="vecmath.jar" sourcepath="vecmath-src.zip"/>
<classpathentry kind="lib" path="j3dcore.jar" sourcepath="j3dcore-src.zip"/>
<classpathentry kind="lib" path="j3dutils.jar" sourcepath="j3dutils-src.zip"/>
<classpathentry kind="lib" path="jh.jar"/>
<classpathentry kind="lib" path="jl1.0.1.jar"/>
<classpathentry kind="lib" path="log4j-api-2.1.jar"/>
<classpathentry kind="lib" path="log4j-core-2.1.jar"/>
<classpathentry kind="lib" path="org.json-20131017.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|