diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-09 23:04:37 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-09 23:04:37 +0000 |
commit | bf33b6ccaec2b9de38af804c8ac1e00310a8622d (patch) | |
tree | ee971169ca93d4c853b1381284cca06a3a706b44 /railties/Rakefile | |
parent | 1b7ea2a50ea2557a30abc04167c1bb13fe0c934a (diff) | |
download | rails-bf33b6ccaec2b9de38af804c8ac1e00310a8622d.tar.gz rails-bf33b6ccaec2b9de38af804c8ac1e00310a8622d.tar.bz2 rails-bf33b6ccaec2b9de38af804c8ac1e00310a8622d.zip |
Fixed a few issues for the breakpointing
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@104 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 79042c325d..bb440edd36 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 ) -SCRIPT_FILES = %w( generate breakpoint_client envcon ) +SCRIPT_FILES = %w( generate ) BIN_FILES = %w( breakpointing envcon ) GENERATORS = %w( controller mailer model scaffold ) |