about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-11-01 02:11:54 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-11-01 02:11:54 +0000
commit17a4272590fbcb6fed9851a665fcc981b3500951 (patch)
tree68a293d80b4360680ccda4922b2cc87d84d27abf /Rakefile
parent7a50b0953ff212fdef4d16bc7fa2d021b527abb1 (diff)
downloadunicorn-17a4272590fbcb6fed9851a665fcc981b3500951.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@857 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ed2e157..30c1790 100644
--- a/Rakefile
+++ b/Rakefile
@@ -132,6 +132,7 @@ task :package_all => [:package] do
   sub_project("mongrel_upload_progress", :package)
   sub_project("mongrel_console", :package)
   sub_project("mongrel_cluster", :package)
+  sub_project("mongrel_experimental", :package)
   sub_project("mongrel_service", :package) if RUBY_PLATFORM =~ /mswin/
   sh("rake java package") unless RUBY_PLATFORM =~ /java/
   # sh("rake mswin package") unless RUBY_PLATFORM =~ /mswin/
@@ -151,6 +152,7 @@ task :install => [:install_requirements] do
   sub_project("mongrel_upload_progress", :install)
   sub_project("mongrel_console", :install)
   sub_project("mongrel_cluster", :install)  
+  sub_project("mongrel_experimental", :install)
   sub_project("mongrel_service", :install) if RUBY_PLATFORM =~ /mswin/
 end
 
@@ -162,6 +164,7 @@ task :uninstall => [:clean] do
   sub_project("mongrel_console", :uninstall)
   sub_project("gem_plugin", :uninstall)
   sub_project("fastthread", :uninstall)  
+  sub_project("mongrel_experimental", :uninstall)  
   sub_project("mongrel_service", :uninstall) if RUBY_PLATFORM =~ /mswin/
 end
 
@@ -174,6 +177,7 @@ task :clean do
   sub_project("mongrel_upload_progress", :clean)
   sub_project("mongrel_console", :clean)
   sub_project("mongrel_cluster", :clean)
+  sub_project("mongrel_experimental", :clean)    
   sub_project("mongrel_service", :clean) if RUBY_PLATFORM =~ /mswin/
 end