forked from ring-clojure/ring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
21 lines (21 loc) · 1.18 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/clojure-contrib-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/ring-jetty-adapter-0.3.6.jar"/>
<classpathentry kind="lib" path="lib/ring-devel-0.3.6.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/hiccup-0.3.4.jar"/>
<classpathentry kind="lib" path="lib/dev"/>
<classpathentry kind="lib" path="lib/ring-core-0.3.6.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5-20081211.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/clj-stacktrace-0.2.0.jar"/>
<classpathentry kind="lib" path="lib/ring-servlet-0.3.6.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/jetty-6.1.26.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-6.1.26.jar"/>
<classpathentry kind="lib" path="lib/clojure-1.2.0.jar"/>
<classpathentry kind="output" path="classes-eclipse"/>
</classpath>