ninjudd / cake

A tasty build tool for Clojure.
clojure-cake.org
Eclipse Public License 1.0
171 stars 12 forks source link

cake war: the subdirectories of resources/ are not added. #101

Closed marcinkoziej closed 13 years ago

marcinkoziej commented 13 years ago

This includes only files in resources, without the subdirectories (add-zipfileset {:dir (file "resources") :prefix classes :includes "*"})

patch: https://gist.github.com/848994

ninjudd commented 13 years ago

Thanks. I just checked in your fix.