changed doco to reflect prep-tasks args

This commit is contained in:
Anthony Marcar 2012-07-08 22:14:21 -07:00
parent 5b73ce321b
commit 5c05e6b041

View file

@ -73,7 +73,7 @@
;; Normally Leiningen runs the javac and compile tasks before ;; Normally Leiningen runs the javac and compile tasks before
;; calling any eval-in-project code, but you can override this with ;; calling any eval-in-project code, but you can override this with
;; the :prep-tasks key to do other things like compile protocol buffers. ;; the :prep-tasks key to do other things like compile protocol buffers.
:prep-tasks ["protoc" "compile"] :prep-tasks ["protobuf compile" "compile"]
;; Warns users of earlier versions of Leiningen. ;; Warns users of earlier versions of Leiningen.
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
;; Paths to include on the classpath from each project in the ;; Paths to include on the classpath from each project in the