Changeset 168
- Timestamp:
- 12/15/04 13:18:40 (4 years ago)
- Files:
-
- trunk/railties/Rakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/Rakefile
r165 r168 98 98 task :copy_ties_content => [ 99 99 :copy_rootfiles, :copy_dispatches, :copy_html_files, :copy_application, 100 :copy_configs, :copy_ generators, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public,100 :copy_configs, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public, 101 101 :copy_app_doc_readme ] 102 102 … … 214 214 'dispatches/**/*', 215 215 'environments/**/*', 216 'generators/**/*',217 216 'helpers/**/*', 218 217 'html/**/*',