head     1.1;
branch   1.1.1;
access   ;
symbols  init:1.1.1.1 winchild:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.10.13.02.47.16;  author winchild;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2008.10.13.02.47.16;  author winchild;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.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'
@


1.1.1.1
log
@initial version
@
text
@@
