aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 23:22:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-19 23:22:01 +0000
commitb60ba807d0ad40a2dcaa458931054e00d2795f52 (patch)
tree77dea8c14dc00f62c8460fc6f8aabb8e36b73670
parentcae0f46eda8a33911f4a903cc58ac1801bc81fd3 (diff)
downloadrails-b60ba807d0ad40a2dcaa458931054e00d2795f52.tar.gz
rails-b60ba807d0ad40a2dcaa458931054e00d2795f52.tar.bz2
rails-b60ba807d0ad40a2dcaa458931054e00d2795f52.zip
Add AWS as a vendor dir
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@704 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 9bfe811b8e..51165c263c 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -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"