-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.classpath
20 lines (20 loc) · 955 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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 kind="lib" path="lib/gluegen-rt.jar">
<attributes>
<attribute name="javadoc_location" value="http://jogamp.org/deployment/v2.3.2/javadoc/jogl/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jogl-all.jar">
<attributes>
<attribute name="javadoc_location" value="http://jogamp.org/deployment/v2.3.2/javadoc/jogl/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/json.jar"/>
<classpathentry kind="lib" path="lib/jply.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>