From 5fdb7219b2b6f350e6ff9d8c846c5692dc54f5d2 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 28 Dec 2009 19:05:04 -0300 Subject: [PATCH] Distribute everything in vendor/, execept Rails --- Rakefile.pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile.pkg b/Rakefile.pkg index ee46ad9..280f528 100644 --- a/Rakefile.pkg +++ b/Rakefile.pkg @@ -59,7 +59,8 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| p.package_files.include('util/**/*') # external resources - p.package_files.include('vendor/plugins/**/*') + p.package_files.include('vendor/**/*') + p.package_files.exclude('vendor/rails') # exclusions p.package_files.exclude('coverage/**/*') -- libgit2 0.21.2