cleaning :library-path

This commit is contained in:
Rob Wolfe 2010-01-30 15:18:52 +01:00 committed by Phil Hagelberg
parent 0bcb7c2a70
commit 9884b00bc3

View file

@ -17,5 +17,5 @@ Raise an exception if any deletion fails unless silently is true."
(delete-file (str (:root project) "/" (:name project) ".jar") true)
(delete-file (str (:root project) "/" (:name project) "-standalone.jar") true)
(doseq [d [(:compile-path project)
(str (:root project) "/lib")]]
(:library-path project)]]
(empty-directory (file d) true)))