parent
4e21fdb85d
commit
f5f3f5e66a
@ -0,0 +1,13 @@ |
||||
#!/usr/bin/env ruby |
||||
require 'redmine_plugin_support' |
||||
|
||||
Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each { |ext| load ext } |
||||
|
||||
RedminePluginSupport::Base.setup do |plugin| |
||||
plugin.project_name = 'chiliproject_my_project_page' |
||||
plugin.default_task = [:spec] |
||||
plugin.tasks = [:doc, :release, :clean, :test, :db, :spec] |
||||
# TODO: gem not getting this automaticly |
||||
plugin.redmine_root = File.expand_path(File.dirname(__FILE__) + '/../../../') |
||||
end |
||||
|
Loading…
Reference in new issue