-- putting auto-commit to 'update' command as well
[bkell-clj.git] / project.clj
blob06475b943e03515db40f3a611cff7595f19e0d82
2 (defproject bkell-clj 
3    :description "A Clojure implementation of the bookkeeping project"
4    
5    
6    ;;:repositories  [   ["clojars" "http://clojars.org/repo"]
7          ;;                                             ]
8    :dependencies  [     [org.clojure/clojure-lang "1.2.0-RC3"]
9                                                                         [org.clojure/clojure-contrib "1.2.0-RC3"]
10                                                                 ]
11         
12    :library-path  [     ["lib/"]
13                                                                         ["lib/zob"] ]
14    
15    (comment :compile-path "build"
16    
17    :java-source-path "src"
18    :javac-fork "true"
19    )
20