about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-19 08:31:34 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-19 08:31:34 +0000
commit7f7932cecad7393e926b593242c60392aa252581 (patch)
tree1a477b33debcb0e03f4d2812080c99e54158124b /Rakefile
parent1438eab11affc29d40ed6bd9e902415675eb3e94 (diff)
downloadunicorn-7f7932cecad7393e926b593242c60392aa252581.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@701 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index e64700c..a343d00 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,10 +3,6 @@ require 'rubygems'
 gem 'echoe', '>=2.6.4'
 require 'echoe'
 
-# XXX Workaround for http://jira.codehaus.org/browse/JRUBY-1444
-RUBY_PLATFORM = 'java' if ENV['FORCE_JAVA']
-RUBY_PLATFORM = 'mswin' if ENV['FORCE_WINDOWS']
-
 e = Echoe.new("mongrel") do |p|
   p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
   p.author ="Zed A. Shaw"