aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-06 02:05:36 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-06 02:05:36 +0000
commita9f34eaa0f07a56a2de674cb5ec604a722e67310 (patch)
tree330bac51ea5442db70b46acca89df997ef073604 /railties/Rakefile
parenteb54de9992dedfcc6b42613a06480af4d0783bf0 (diff)
downloadrails-a9f34eaa0f07a56a2de674cb5ec604a722e67310.tar.gz
rails-a9f34eaa0f07a56a2de674cb5ec604a722e67310.tar.bz2
rails-a9f34eaa0f07a56a2de674cb5ec604a722e67310.zip
Backed out of script/run portal idea. Muscle memory too deep
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2469 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index b46666e440..03ebb18de8 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -26,7 +26,7 @@ RUBY_FORGE_USER = "webster132"
# end
-BASE_DIRS = %w( app config/environments components db doc log lib lib/tasks public script test vendor )
+BASE_DIRS = %w( app config/environments components db doc log lib lib/tasks public script test vendor vendor/plugins )
APP_DIRS = %w( apis models controllers helpers views views/layouts )
PUBLIC_DIRS = %w( images javascripts stylesheets )
TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/test )
@@ -36,7 +36,7 @@ HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico
javascripts/prototype.js javascripts/scriptaculous.js
javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js
javascripts/util.js javascripts/slider.js )
-BIN_FILES = %w( run )
+BIN_FILES = %w( breakpointer console destroy generate perform process run runner server )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )