Commit f2629a988a34a9589fe5d96a15841b1d2ec69e9a

Authored by AntonioTerceiro
1 parent ea8af2d7

ActionItem172: not including attachment_fu directories


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1567 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/tasks/package.rake
... ... @@ -39,5 +39,6 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p|
39 39  
40 40 # exclusions
41 41 p.package_files.exclude('coverage/**/*')
  42 + p.package_files.exclude('public/images/[0-9][0-9][0-9][0-9]/**/*')
42 43  
43 44 end
... ...