Commit 0f2e6ca071d4ca08799e00279af498faa389532c

Authored by Rodrigo Souto
1 parent 2f77f158

[shopping-cart-plugin] Fixing master dependencies

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
lib/tasks/gettext.rake
1   -# Added for Ruby-GetText-Package
2 1 #
  2 +# Added for Ruby-GetText-Package
3 3 #
4 4  
5 5 require 'noosfero'
... ... @@ -58,7 +58,6 @@ task :updatepo do
58 58  
59 59 sources =
60 60 Dir.glob("{app,lib}/**/*.{rb,rhtml,erb}") +
61   - Dir.glob("plugins/**/*.{rb,rhtml,erb}") +
62 61 Dir.glob('config/initializers/*.rb') +
63 62 Dir.glob('public/*.html.erb') +
64 63 Dir.glob('public/designs/themes/{base,noosfero,profile-base}/*.{rhtml,html.erb}')
... ...