include java source files in jar as well

This commit is contained in:
Nathan Marz 2011-09-26 18:05:03 -07:00
parent 7b521d6e8f
commit 098acdf93e

View file

@ -171,6 +171,9 @@
(when (and (:resources-path project)
(.exists (file (:resources-path project))))
[{:type :path :path (:resources-path project)}])
(when (and (:java-source-path project)
(not (:omit-source project)))
[{:type :path :path (:java-source-path project)}])
(when-not (:omit-source project)
[{:type :path :path (:source-path project)}])
(shell-wrapper-filespecs project deps-fileset)))