From af696562d2165bcf9671221efa4c85d85d6735bd Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 3 Jan 2008 01:52:41 +0000 Subject: [PATCH] ActionItem135: adding fixture files to the tarball --- lib/tasks/package.rake | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/tasks/package.rake b/lib/tasks/package.rake index 436cd88..cf4fb5b 100644 --- a/lib/tasks/package.rake +++ b/lib/tasks/package.rake @@ -25,6 +25,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| p.package_files.include('Rakefile') p.package_files.include('script/**/*') p.package_files.include('test/**/*.{rb,yml}') + p.package_files.include('test/fixtures/files/*') p.package_files.include('tmp/cache') p.package_files.include('tmp/sessions') p.package_files.include('tmp/sockets') -- libgit2 0.21.2