On 28/03/2010, at 4:42 PM, Antony Blakey wrote: > (defproject main "org.clojars.the-kenny:clojure-couchdb:0.2" > :add-default-plugins true > :description "Simple Clojure interface to Apache CouchDB, fork of the > original project with function arguments instead of *server* and some other > changes." > :dependencies [["org.clojure:clojure:1.1.0-master-SNAPSHOT"] > ["org.clojure:clojure-contrib:1.0-SNAPSHOT"] > ["org.clojure:clojure-http-client:1.0.0-SNAPSHOT"]])
Actually, it's even simpler than that because the string-format coordinates removes the need to wrap the coordinate in a vector: (defproject main "org.clojars.the-kenny:clojure-couchdb:0.2" :add-default-plugins true :description "Simple Clojure interface to Apache CouchDB, fork of the original project with function arguments instead of *server* and some other changes." :dependencies ["org.clojure:clojure:1.1.0-master-SNAPSHOT" "org.clojure:clojure-contrib:1.0-SNAPSHOT" "org.clojure:clojure-http-client:1.0.0-SNAPSHOT"]) Antony Blakey -------------------------- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Albert Einstein -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.