-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
20 lines (20 loc) · 994 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/main/java"/>
<classpathentry kind="src" path="src/main/clj"/>
<classpathentry excluding="java/|clj/" kind="src" path="src/main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/clojure.jar" sourcepath="/home/phtrivier/opt/clojure/src/jvm"/>
<classpathentry kind="lib" path="lib/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="tank/lib/native/linux"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/slick.jar" sourcepath="/home/phtrivier/opt/prj/slick/trunk/Slick/src">
<attributes>
<attribute name="javadoc_location" value="file:/home/phtrivier/opt/prj/slick/trunk/Slick/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/clojure-contrib.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>