Mercurial > hg > soundsoftware-site
comparison vendor/plugins/redmine_checkout/Rakefile @ 16:020926a36823 yuya
* Add redmine-checkout plugin (as of svn rev 179 of the plugin)
author | Chris Cannam |
---|---|
date | Wed, 25 Aug 2010 16:39:01 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:9c6c72729d91 | 16:020926a36823 |
---|---|
1 #!/usr/bin/env ruby | |
2 require 'redmine_plugin_support' | |
3 | |
4 Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each { |ext| load ext } | |
5 | |
6 RedminePluginSupport::Base.setup do |plugin| | |
7 plugin.project_name = 'redmine_checkout' | |
8 plugin.default_task = [:spec] | |
9 plugin.tasks = [:doc, :release, :clean, :spec, :stats] | |
10 end |