-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
18 lines (18 loc) · 1.13 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/coderextreme/Downloads/jogamp-all-platforms/jar/gluegen-rt.jar"/>
<classpathentry kind="lib" path="C:/Users/coderextreme/Downloads/jogamp-all-platforms/jar/jogl-all-natives-windows-amd64.jar" sourcepath="/Users/johncarlson/dev/jogl/src/"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="C:/Users/coderextreme/Downloads/jogamp-all-platforms/jar/jogl-all.jar"/>
<classpathentry kind="lib" path="C:/Users/coderextreme/lircom/m2/nekohtml-1.9.22.jar"/>
<classpathentry kind="lib" path="C:/Users/coderextreme/lircom/m2/httpunit-1.7.3.jar"/>
<classpathentry kind="lib" path="C:/Users/coderextreme/lircom/m2/rhino-1.7R4.jar"/>
<classpathentry kind="lib" path="C:/Users/coderextreme/lircom/m2/js-1.7R2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>