Merge pull request #472 from dysinger/feature/target-dir-should-be-target-path-in-sample

Make the sample file match the code
This commit is contained in:
Phil Hagelberg 2012-03-25 19:12:41 -07:00
commit 03e4a35e4a

View file

@ -135,7 +135,7 @@
:test-paths ["test" "src/test/clojure"]
:resource-paths ["src/main/resource"] ; non-code files included in classpath/jar
:native-path "src/native" ; where to look for native dependencies
:target-dir "target/" ; where to place the project's jar file
:target-path "target/" ; where to place the project's jar file
:jar-name "sample.jar" ; name of the jar produced by 'lein jar'
:uberjar-name "sample-standalone.jar" ; as above for uberjar
;; Options to pass to java compiler for java source