forked from stuarthalloway/programming-clojure
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
29 lines (29 loc) · 1.51 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="snippets"/>
<classpathentry kind="src" path="public"/>
<classpathentry kind="src" path="lancet"/>
<classpathentry kind="src" path="examples"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/ant-launcher.jar"/>
<classpathentry kind="lib" path="lib/ant.jar"/>
<classpathentry kind="lib" path="lib/apache_license"/>
<classpathentry kind="lib" path="lib/clojure-contrib.jar"/>
<classpathentry kind="lib" path="lib/clojure.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/compojure.jar"/>
<classpathentry kind="lib" path="lib/CPL.txt"/>
<classpathentry kind="lib" path="lib/epl-v10.html"/>
<classpathentry kind="lib" path="lib/hsqldb_license"/>
<classpathentry kind="lib" path="lib/hsqldb.jar"/>
<classpathentry kind="lib" path="lib/jetty-6.1.14.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-6.1.14.jar"/>
<classpathentry kind="lib" path="lib/jline_license"/>
<classpathentry kind="lib" path="lib/jline-0.9.94.jar"/>
<classpathentry kind="lib" path="lib/LICENSES"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5-6.1.14.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="output" path="target"/>
</classpath>