Skip to content

Commit

Permalink
Add AWS as a vendor dir
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@704 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 19, 2005
1 parent cae0f46 commit b60ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/Rakefile
Expand Up @@ -23,7 +23,7 @@ LOG_FILES = %w( apache.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html )
BIN_FILES = %w( generate destroy breakpointer console server update )

VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport railties )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )


desc "Default Task"
Expand Down

0 comments on commit b60ba80

Please sign in to comment.