about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7d9601e..694e1fb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -134,6 +134,7 @@ task :package_all => [:package] do
   sub_project("mongrel_cluster", :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/
 end
 
 task :install_requirements do