leiningen/project.clj

10 lines
460 B
Clojure
Raw Normal View History

;; The only requirement of the project.clj file is that it includes a
;; defproject form. It can have other code in it as well, including
;; loading other task definitions.
(defproject leiningen "0.5.0-SNAPSHOT"
2009-10-31 21:35:25 +00:00
:dependencies [["org.clojure" "clojure" "1.1.0-alpha-SNAPSHOT"]
["org.clojure" "clojure-contrib" "1.0-SNAPSHOT"]
2009-11-12 05:25:16 +00:00
["ant" "ant-launcher" "1.6.2"]
2009-10-31 21:35:25 +00:00
["org.apache.maven" "maven-ant-tasks" "2.0.10"]])