public
Description: Warning : work on this sub-projects has ceased. A rails wrapper around the OpenWFEru "ruote" workflow and BPM engine
Homepage: http://openwferu.rubyforge.org
Clone URL: git://github.com/jmettraux/ruote-web2.git
jmettraux (author)
Thu May 21 06:20:20 -0700 2009
commit  93dffd25cd61dd3f97f40fb224c783fadc948eef
tree    a8ba8ab37483002e6f9bab45cc39c70d2ffe4136
parent  c41e251927991d25647c921e1fc1c6d9b9f83fa0
ruote-web2 / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# 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'