source: ruby/branches/0.5/Rakefile@ 176

Last change on this file since 176 was 169, checked in by KOBAYASHI, Shinji, 15 years ago

adjust hierarchy

File size: 307 bytes
Line 
1# Add your own tasks in files placed in lib/tasks ending in .rake,
2# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
4require(File.join(File.dirname(__FILE__), 'config', 'boot'))
5
6require 'rake'
7require 'rake/testtask'
8require 'rake/rdoctask'
9
10require 'tasks/rails'
Note: See TracBrowser for help on using the repository browser.