Skip to content

Commit

Permalink
Whitespace change...
Browse files Browse the repository at this point in the history
  • Loading branch information
pjt committed Apr 8, 2010
1 parent 575405c commit d3b479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/uberjar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ may wish to clean first."
(jar project)
(let [jarname-root (str (:name project) \- (:version project))]
(with-open [out (-> (file (:root project) (str jarname-root "-standalone.jar"))
(FileOutputStream.) (ZipOutputStream.))]
(FileOutputStream.) (ZipOutputStream.))]
;; TODO: any way to make sure we skip dev dependencies?
(let [deps (->> (file-seq (file (:library-path project)))
(filter #(.endsWith (.getName %) ".jar"))
Expand Down

0 comments on commit d3b479d

Please sign in to comment.