Commit e9e552d81581e88b8b4cea2585cbdba78dcdaaee
1 parent
d74c1653
Exists in
master
and in
29 other branches
ActionItem44: distribute mail configuration docs
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2003 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Rakefile.pkg
@@ -47,6 +47,9 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | @@ -47,6 +47,9 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | ||
47 | p.package_files.include('app/views/profile_design/*') | 47 | p.package_files.include('app/views/profile_design/*') |
48 | p.package_files.include('app/views/environment_design/*') | 48 | p.package_files.include('app/views/environment_design/*') |
49 | 49 | ||
50 | + # util | ||
51 | + p.package_files.include('util/**/*') | ||
52 | + | ||
50 | # external resources | 53 | # external resources |
51 | p.package_files.include('vendor/**/*') | 54 | p.package_files.include('vendor/**/*') |
52 | 55 |