aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-30 16:23:20 -0600
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-30 16:23:20 -0600
commit3b3c0507e2f67a0f64dc04b396c1d13411ab5890 (patch)
treeda78977ec6a75364f9272c9d5a5cb19f02d3f3ed /railties/Rakefile
parentbe140e8c6be966349c6fa35a87f84d5a73995b9a (diff)
downloadrails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.tar.gz
rails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.tar.bz2
rails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.zip
Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index bf70219aa8..f812b42f1d 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -53,7 +53,6 @@ BASE_DIRS = %w(
public
script
script/performance
- script/process
test
vendor
vendor/plugins
@@ -71,7 +70,7 @@ LOG_FILES = %w( server.log development.log test.log production.log )
HTML_FILES = %w( 422.html 404.html 500.html index.html robots.txt favicon.ico images/rails.png
javascripts/prototype.js javascripts/application.js
javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js )
-BIN_FILES = %w( about console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/inspector runner server plugin )
+BIN_FILES = %w( about console destroy generate performance/benchmarker performance/profiler runner server plugin )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport activeresource railties )
@@ -174,9 +173,6 @@ task :copy_dispatches do
copy_with_rewritten_ruby_path("dispatches/dispatch.fcgi", "#{PKG_DESTINATION}/public/dispatch.fcgi")
chmod 0755, "#{PKG_DESTINATION}/public/dispatch.fcgi"
-
- # copy_with_rewritten_ruby_path("dispatches/gateway.cgi", "#{PKG_DESTINATION}/public/gateway.cgi")
- # chmod 0755, "#{PKG_DESTINATION}/public/gateway.cgi"
end
task :copy_html_files do