Skip to content

Commit

Permalink
servlet-api doesn't need to be deployed to appengine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Kocić committed Aug 16, 2011
1 parent 07fa5a8 commit b2e1f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/appengine_prepare.clj
Expand Up @@ -43,7 +43,7 @@
(lancet/copy {:todir (.getPath target-lib-dir)}
(lancet/fileset
{:dir lib-dev-dir
:includes (str "appengine-magic*,ring-core*,servlet-api*,"
:includes (str "appengine-magic*,ring-core*,"
"commons-io*,commons-codec*,commons-fileupload*,"
"appengine-api-1.0-sdk*,appengine-api-labs*")})))
;; Projects which do not normally use AOT may need some cleanup. This should
Expand Down

0 comments on commit b2e1f11

Please sign in to comment.