From 505145582c52e32396d5cd2c05b0ab34a288fcda Mon Sep 17 00:00:00 2001 From: JoenioCosta Date: Tue, 10 Jun 2008 20:04:12 +0000 Subject: [PATCH] ActionItem392: added README, COPY* and schema.db in Rakefile.pkg --- Rakefile.pkg | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/Rakefile.pkg b/Rakefile.pkg index 145c464..21c4023 100644 --- a/Rakefile.pkg +++ b/Rakefile.pkg @@ -17,6 +17,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| p.package_files.include('config/**/*.{rb,sqlite3}') p.package_files.include('config/ferret_server.yml') p.package_files.include('db/migrate/*.rb') + p.package_files.include('db/schema.rb') p.package_files.include('doc/README_FOR_APP') p.package_files.include('lib/**/*.{rake,rb}') p.package_files.include('log') @@ -31,6 +32,10 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| p.package_files.include('public/robots.txt') p.package_files.include('public/stylesheets/**/*') p.package_files.include('Rakefile') + p.package_files.include('Rakefile.pkg') + p.package_files.include('README') + p.package_files.include('COPYING') + p.package_files.include('COPYRIGHT') p.package_files.include('script/**/*') p.package_files.include('test/**/*.{rb,yml}') p.package_files.include('test/fixtures/files/*') -- libgit2 0.21.2