From cc88e5a61562d7421190c97cda89474bcadad382 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 16 Dec 2004 15:47:04 +0000 Subject: Renamed script/envcon to script/console git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@187 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index dc3f7a9679..1de116b5cd 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -21,7 +21,7 @@ TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/testing LOG_FILES = %w( apache.log development.log test.log production.log ) HTML_FILES = %w( 404.html 500.html index.html ) -BIN_FILES = %w( generate breakpointer envcon server ) +BIN_FILES = %w( generate breakpointer console server ) GENERATORS = %w( controller mailer model scaffold ) VENDOR_LIBS = %w( actionpack activerecord actionmailer railties ) @@ -109,8 +109,8 @@ task :copy_dispatches do cp "dispatches/dispatch.fcgi", "#{PKG_DESTINATION}/public/dispatch.fcgi" chmod 0755, "#{PKG_DESTINATION}/public/dispatch.fcgi" - cp "bin/envcon", "#{PKG_DESTINATION}/script/envcon" - chmod 0755, "#{PKG_DESTINATION}/script/envcon" + cp "bin/console", "#{PKG_DESTINATION}/script/console" + chmod 0755, "#{PKG_DESTINATION}/script/console" end task :copy_html_files do -- cgit v1.2.3