root/trunk/Rakefile

Revision 399, 307 bytes (checked in by ssmith, 3 years ago)

Update to the stock checkout, to make sure that things are properly updated
for Rails.
Updated CHANGELOG and UPGRADE
Fixed setupp.rb to include MILITRY_TIME_FORMAT
Added themes/newspaper/javascript/newspaper-functions.js to stop an
annoying error in the message logs

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
4 require(File.join(File.dirname(__FILE__), 'config', 'boot'))
5
6 require 'rake'
7 require 'rake/testtask'
8 require 'rake/rdoctask'
9
10 require 'tasks/rails'
Note: See TracBrowser for help on using the browser.