public
Description: Redmine is a flexible project management web application written using Ruby on Rails framework.
Homepage: http://www.redmine.org
Clone URL: git://github.com/brightbox/redmine.git
caius (author)
Tue Sep 01 05:17:07 -0700 2009
commit  def3ea24ca324d55153a4a00e02a8cccc36dfd5a
tree    d1efbb9868a4382c6fbecbc78f745d619f211af7
parent  fa4fb5f4cabb947ceec59d14da0f0191602b21d1
redmine / Rakefile
100644 10 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
# 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'
require 'rake/rdoctask'
 
require 'tasks/rails'