diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-20 13:58:03 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-20 13:58:03 +0000 |
commit | 69d0f50206bcca5d6b7d9c491637509af434651c (patch) | |
tree | dbc40013c8b63738675835d6e725128ee5630ce9 /railties/Rakefile | |
parent | 12a75736303d67f17e29f25aa635d521a56d0de2 (diff) | |
download | rails-69d0f50206bcca5d6b7d9c491637509af434651c.tar.gz rails-69d0f50206bcca5d6b7d9c491637509af434651c.tar.bz2 rails-69d0f50206bcca5d6b7d9c491637509af434651c.zip |
Added support for independent components residing in /components
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@714 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 51165c263c..0acb2909ba 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -14,7 +14,7 @@ PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}" -BASE_DIRS = %w( app config/environments db doc log lib public script test vendor ) +BASE_DIRS = %w( app config/environments components db doc log lib public script test vendor ) APP_DIRS = %w( apis models controllers helpers views views/layouts ) PUBLIC_DIRS = %w( images javascripts stylesheets _doc ) TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/testing ) |