about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-25 14:49:46 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-25 14:49:46 +0000
commitf26ffd1a9112876f3508a152f6f79361a06285f7 (patch)
tree02183dd93a3a96c203d7c99e071d287214ed91ff /Rakefile
parent49856e52b045cac75e064e498e68ce3cfa48026c (diff)
downloadunicorn-f26ffd1a9112876f3508a152f6f79361a06285f7.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@260 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
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)