From b60ba807d0ad40a2dcaa458931054e00d2795f52 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Feb 2005 23:22:01 +0000 Subject: Add AWS as a vendor dir git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@704 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3