aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2005-10-29 11:48:53 +0000
committerThomas Fuchs <thomas@fesch.at>2005-10-29 11:48:53 +0000
commitd8f0a3f93ca80fa64435dde8100d0eae6110207c (patch)
tree1f4aeef81cbb4f91efab33d87c628af4cf467858 /railties/Rakefile
parent0a6d6082539f68733f44117ee0c7828c89dd3cfb (diff)
downloadrails-d8f0a3f93ca80fa64435dde8100d0eae6110207c.tar.gz
rails-d8f0a3f93ca80fa64435dde8100d0eae6110207c.tar.bz2
rails-d8f0a3f93ca80fa64435dde8100d0eae6110207c.zip
Update script.aculo.us to V1.5_rc4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2802 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index a9e16f6e7b..4ec0258172 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -37,7 +37,7 @@ LOG_FILES = %w( server.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico
javascripts/prototype.js javascripts/scriptaculous.js
javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js
- javascripts/slider.js )
+ javascripts/slider.js javascripts/builder.js)
BIN_FILES = %w( breakpointer console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/spinner runner server lighttpd plugin )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )