comparison Rakefile @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents cbb26bc654de
children
comparison
equal deleted inserted replaced
929:5f33065ddc4b 1115:433d4f72a19b
1 #!/usr/bin/env rake
1 # Add your own tasks in files placed in lib/tasks ending in .rake, 2 # Add your own tasks in files placed in lib/tasks ending in .rake,
2 # for example lib/tasks/switchtower.rake, and they will automatically be available to Rake. 3 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3 4
4 require(File.join(File.dirname(__FILE__), 'config', 'boot')) 5 require File.expand_path('../config/application', __FILE__)
5 6
6 require 'rake' 7 RedmineApp::Application.load_tasks
7 require 'rake/testtask'
8
9 begin
10 require 'rdoc/task'
11 rescue LoadError
12 # RDoc is not available
13 end
14
15 require 'tasks/rails'