1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@834 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-10-29 09:41:06 +00:00
parent d9d662259e
commit 2b69e877fc

View file

@ -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