Merge pull request #1379 from graue/patch-1

Fix typos in sample.project.clj comment
This commit is contained in:
Michael Klishin 2013-11-29 00:28:41 -08:00
commit 9eb9149707

View file

@ -246,8 +246,8 @@
:test-paths ["test" "src/test/clojure"] :test-paths ["test" "src/test/clojure"]
:resource-paths ["src/main/resource"] ; Non-code files included in classpath/jar. :resource-paths ["src/main/resource"] ; Non-code files included in classpath/jar.
;; All generated files will be placed in :target-path. In order to avoid ;; All generated files will be placed in :target-path. In order to avoid
;; cross-profile contamination, (for instance, uberjar classes ;; interfering ;; cross-profile contamination (for instance, uberjar classes interfering
;; with development) it's recommended to include %s in in your custom ;; with development), it's recommended to include %s in in your custom
;; :target-path, which will splice in names of the currently active profiles. ;; :target-path, which will splice in names of the currently active profiles.
:target-path "target/%s/" :target-path "target/%s/"
;; Directory in which to place AOT-compiled files. Including %s will ;; Directory in which to place AOT-compiled files. Including %s will