-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
30 lines (30 loc) · 1.46 KB
/
Copy path.classpath
File metadata and controls
30 lines (30 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/jogl-2.0/macosx/gluegen-rt.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="RoboViz/lib/jogl-2.0/macosx"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jogl-2.0/macosx/jogl.all.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="RoboViz/lib/jogl-2.0/macosx"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jogl-2.0/macosx/nativewindow.all.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="RoboViz/lib/jogl-2.0/macosx"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jogl-2.0/macosx/newt.all.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="RoboViz/lib/jogl-2.0/macosx"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jsgl.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jogl2-rc2"/>
<classpathentry kind="lib" path="lib/commons-compress-1.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>