-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.classpath
29 lines (29 loc) · 1.45 KB
/
.classpath
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="clojure"/>
<classpathentry kind="lib" path="Deploy/jogl/gluegen-rt.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gavrog/Deploy/jogl-unix"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="Deploy/jogl/jogl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gavrog/Deploy/jogl-mac"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="Deploy/jReality/bsh.jar"/>
<classpathentry kind="lib" path="Deploy/jReality/jReality.jar"/>
<classpathentry kind="lib" path="Deploy/jReality/jtem-beans.jar"/>
<classpathentry kind="lib" path="Deploy/jReality/jterm.jar"/>
<classpathentry kind="lib" path="Deploy/sunflow/janino.jar"/>
<classpathentry kind="lib" path="Deploy/sunflow/sunflow.jar"/>
<classpathentry kind="lib" path="Deploy/XStream/xpp3.jar"/>
<classpathentry kind="lib" path="Deploy/XStream/xstream.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="clojure.jar" sourcepath="clojure-src.jar"/>
<classpathentry kind="lib" path="criterium-0.2.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>