Skip to content

Commit

Permalink
added autodoc config. updated swank-clojure dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Jun 21, 2010
1 parent 4e33c08 commit 08b3e8a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions project.clj
Expand Up @@ -3,5 +3,11 @@
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[com.jcraft/jsch "0.1.42"]]
:dev-dependencies [[leiningen/lein-swank "1.1.0"]
[autodoc "0.7.0"]])
:dev-dependencies [[swank-clojure "1.2.1"]
[autodoc "0.7.0"]
[log4j/log4j "1.2.14"]]
:autodoc {:name "clj-ssh"
:description "Library for using SSH from clojure."
:copyright "Copyright Hugo Duncan 2010. All rights reserved."
:web-src-dir "http://github.com/hugoduncan/clj-ssh/blob/"
:web-home "http://hugoduncan.github.com/clj-ssh/" })

0 comments on commit 08b3e8a

Please sign in to comment.