-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
21 lines (21 loc) · 1.73 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry exported="true" kind="lib" path="lib/gluegen-rt-natives-windows-amd64.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gluegen-rt.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jogl-all-natives-windows-amd64.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jogl-all.jar" sourcepath="D:/Downloads/jogamp-all-platforms/jogamp-all-platforms/jogl-java-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/guava-19.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lombok.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-math3-3.6.1.jar" sourcepath="D:/Downloads/commons-math3-3.6.1-bin/commons-math3-3.6.1/commons-math3-3.6.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gluegen-rt-natives-linux-amd64.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gluegen-rt-natives-linux-i586.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gluegen-rt-natives-macosx-universal.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gluegen-rt-natives-windows-i586.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jogl-all-natives-linux-amd64.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jogl-all-natives-linux-i586.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jogl-all-natives-macosx-universal.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jogl-all-natives-windows-i586.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>