From f26ffd1a9112876f3508a152f6f79361a06285f7 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Sun, 25 Jun 2006 14:49:46 +0000 Subject: Mongrel gets some hooks to help with upload progress. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@260 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index e814a70..c17f537 100644 --- a/Rakefile +++ b/Rakefile @@ -85,6 +85,7 @@ task :install do sh %{rake package} sh %{gem install pkg/mongrel-#{version}} sub_project("mongrel_status", :install) + sub_project("mongrel_upload_progress", :install) sub_project("mongrel_console", :install) if RUBY_PLATFORM =~ /mswin/ sub_project("mongrel_service", :install) @@ -93,6 +94,7 @@ end task :uninstall => [:clean] do sub_project("mongrel_status", :uninstall) + sub_project("mongrel_upload_progress", :uninstall) sub_project("mongrel_console", :uninstall) sh %{gem uninstall mongrel} sub_project("gem_plugin", :uninstall) -- cgit v1.2.3-24-ge0c7