Generators shouldnt be placed in a new Rails creation by default

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@168 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2004-12-15 13:18:40 +00:00
parent db6179d12f
commit 0802ca7095
1 changed files with 1 additions and 2 deletions

View File

@ -97,7 +97,7 @@ end
desc "Make copies of all the default content of ties"
task :copy_ties_content => [
:copy_rootfiles, :copy_dispatches, :copy_html_files, :copy_application,
:copy_configs, :copy_generators, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public,
:copy_configs, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public,
:copy_app_doc_readme ]
task :copy_dispatches do
@ -213,7 +213,6 @@ PKG_FILES = FileList[
'doc/**/*',
'dispatches/**/*',
'environments/**/*',
'generators/**/*',
'helpers/**/*',
'html/**/*',
'lib/**/*'