Move download-calculating script.

This commit is contained in:
Phil Hagelberg 2013-07-12 07:40:06 -07:00
parent f4b489b8da
commit c701c57440
2 changed files with 1 additions and 1 deletions

View file

@ -34,7 +34,7 @@
:test-selectors {:default (complement :disabled) :test-selectors {:default (complement :disabled)
:offline (comp (partial not-any? identity) :offline (comp (partial not-any? identity)
(juxt :online :disabled))} (juxt :online :disabled))}
:source-paths ["leiningen-core/src" "src" "bin"] :source-paths ["leiningen-core/src" "src"]
;; work around Clojure bug http://dev.clojure.org/jira/browse/CLJ-1034 ;; work around Clojure bug http://dev.clojure.org/jira/browse/CLJ-1034
:uberjar-exclusions [#"^data_readers.clj$"] :uberjar-exclusions [#"^data_readers.clj$"]
:eval-in :leiningen) :eval-in :leiningen)