Chris@16: #!/usr/bin/env ruby Chris@16: require 'redmine_plugin_support' Chris@16: Chris@16: Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each { |ext| load ext } Chris@16: Chris@16: RedminePluginSupport::Base.setup do |plugin| Chris@16: plugin.project_name = 'redmine_checkout' Chris@16: plugin.default_task = [:spec] Chris@16: plugin.tasks = [:doc, :release, :clean, :spec, :stats] Chris@16: end