##// END OF EJS Templates
Restored prototype 1.7 (#9609)....
Restored prototype 1.7 (#9609). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7853 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7730:a41efc7dd444
r7733:03b94380e11b
Show More
Rakefile
14 lines | 359 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
Initial commit...
r2 # Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake.
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
require 'rake'
require 'rake/testtask'
Jean-Philippe Lang
Fixed: rake/rdoctask is deprecated (#8611)....
r7730
begin
require 'rdoc/task'
rescue LoadError
# RDoc is not available
end
Jean-Philippe Lang
Initial commit...
r2
require 'tasks/rails'