提交 3b33a6f3 编写于 作者: D David Heinemeier Hansson

Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2697 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 22d9bad8
*SVN*
* Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]
*0.14.1* (October 19th, 2005)
* Don't clean RAILS_ROOT on windows
......
......@@ -4,4 +4,5 @@
Dir["#{File.dirname(__FILE__)}/*.rake"].each { |ext| load ext }
# Load any custom rakefile extensions
Dir["./lib/tasks/**/*.rake"].each { |ext| load ext }
\ No newline at end of file
Dir["./lib/tasks/**/*.rake"].each { |ext| load ext }
Dir["./vendor/plugins/*/tasks/**/*.rake"].each { |ext| load ext }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册