diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,11 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="classes"/> <classpathentry kind="lib" path="clojure.jar"/> - <classpathentry kind="lib" path="clojure-contrib.jar"/> + <classpathentry kind="lib" path="monads-1.3.0-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="accumulators-1.3.0-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="def-1.3.0-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="macro-utils-1.3.0-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="types-1.3.0-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="generic-1.3.0-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |