Skip to content

Commit 08b3e8a

Browse files
committed
added autodoc config. updated swank-clojure dependency
1 parent 4e33c08 commit 08b3e8a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

project.clj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
:dependencies [[org.clojure/clojure "1.1.0"]
44
[org.clojure/clojure-contrib "1.1.0"]
55
[com.jcraft/jsch "0.1.42"]]
6-
:dev-dependencies [[leiningen/lein-swank "1.1.0"]
7-
[autodoc "0.7.0"]])
6+
:dev-dependencies [[swank-clojure "1.2.1"]
7+
[autodoc "0.7.0"]
8+
[log4j/log4j "1.2.14"]]
9+
:autodoc {:name "clj-ssh"
10+
:description "Library for using SSH from clojure."
11+
:copyright "Copyright Hugo Duncan 2010. All rights reserved."
12+
:web-src-dir "http://github.com/hugoduncan/clj-ssh/blob/"
13+
:web-home "http://hugoduncan.github.com/clj-ssh/" })

0 commit comments

Comments
 (0)