-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 781 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="generated-src"/>
<classpathentry kind="src" path="tests-src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="ext/codemodel-2.6.jar" sourcepath="/home/relek/jars/codemodel-2.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/relek/jars/codemodel-2.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="ext/xom-1.2.10.jar"/>
<classpathentry kind="lib" path="ext/bridj-0.6.2.jar"/>
<classpathentry kind="lib" path="generated-bin" sourcepath="generated-src"/>
<classpathentry kind="output" path="bin"/>
</classpath>