Setup init information. #1134
This commit is contained in:
13
init.rb
13
init.rb
@@ -1,13 +1,10 @@
|
||||
# Empty redmine plguin
|
||||
require 'redmine'
|
||||
|
||||
# TODO: Change this to use the name of your plugin
|
||||
RAILS_DEFAULT_LOGGER.info 'Starting Empty plugin for RedMine'
|
||||
RAILS_DEFAULT_LOGGER.info 'Starting Budget plugin for RedMine'
|
||||
|
||||
# TODO: Change the name
|
||||
Redmine::Plugin.register :empty_plugin do
|
||||
name 'Empty plugin'
|
||||
author 'Eric Davis'
|
||||
description 'This is an empty plugin for Redmine that is used to start new plugins'
|
||||
Redmine::Plugin.register :budget_plugin do
|
||||
name 'Budget'
|
||||
author 'Eric Davis <edavis@littlestreamsoftware.com>'
|
||||
description 'This is a budget plugin to track deliverables and budgets on a project'
|
||||
version '0.0.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user