Skip to content

Commit

Permalink
Cleaned up deployment library fileset.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcv committed Sep 20, 2010
1 parent 66e744e commit a019c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/appengine_prepare.clj
Expand Up @@ -34,7 +34,7 @@
(lancet/fileset
{:dir lib-dir
:includes "*"
:excludes "dev,appengine*,servlet-api*,swank-clojure*,jetty*"}))
:excludes "dev"}))
(lancet/copy {:todir (.getPath target-lib-dir)}
(lancet/fileset
{:dir lib-dev-dir
Expand Down

0 comments on commit a019c04

Please sign in to comment.