Commit 9052748e09ff75292d5ef4ce2aad7e3ecd10bed7

Authored by AntonioTerceiro
1 parent 7b38e405

ActionItem8: cannot distribute tmp/pids



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@464 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/tasks/package.rake
@@ -26,7 +26,6 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| @@ -26,7 +26,6 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p|
26 p.package_files.include('script/**/*') 26 p.package_files.include('script/**/*')
27 p.package_files.include('test/**/*.{rb,yml}') 27 p.package_files.include('test/**/*.{rb,yml}')
28 p.package_files.include('tmp/cache') 28 p.package_files.include('tmp/cache')
29 - p.package_files.include('tmp/pids')  
30 p.package_files.include('tmp/sessions') 29 p.package_files.include('tmp/sessions')
31 p.package_files.include('tmp/sockets') 30 p.package_files.include('tmp/sockets')
32 31