Commit e62f914af06e7523db7e133e40f45b17bd1d9905
1 parent
dd118a86
Exists in
master
and in
29 other branches
ActionItem154: adjusting package
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1409 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
lib/tasks/package.rake
@@ -30,6 +30,10 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | @@ -30,6 +30,10 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | ||
30 | p.package_files.include('tmp/sessions') | 30 | p.package_files.include('tmp/sessions') |
31 | p.package_files.include('tmp/sockets') | 31 | p.package_files.include('tmp/sockets') |
32 | 32 | ||
33 | + # symbolic links | ||
34 | + p.package_files.include('app/views/profile_design/*.rhtml') | ||
35 | + p.package_files.include('app/views/environment_design/*.rhtml') | ||
36 | + | ||
33 | # external resources | 37 | # external resources |
34 | p.package_files.include('vendor/**/*') | 38 | p.package_files.include('vendor/**/*') |
35 | 39 |
vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak
@@ -1 +0,0 @@ | @@ -1 +0,0 @@ | ||
1 | -Ignored when searching for implicitly multipart parts. |