Skip to content

Commit

Permalink
Generated plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Nov 15, 2011
0 parents commit 27795a9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
@@ -0,0 +1,3 @@
= message_bar

Description goes here
3 changes: 3 additions & 0 deletions config/locales/en.yml
@@ -0,0 +1,3 @@
# English strings go here for Rails i18n
en:
my_label: "My label"
10 changes: 10 additions & 0 deletions init.rb
@@ -0,0 +1,10 @@
require 'redmine'

Redmine::Plugin.register :chiliproject_message_bar do
name 'Chiliproject Message Bar plugin'
author 'Author name'
description 'This is a plugin for ChiliProject'
version '0.0.1'
url 'http://example.com/path/to/plugin'
author_url 'http://example.com/about'
end
2 changes: 2 additions & 0 deletions lang/en.yml
@@ -0,0 +1,2 @@
# English strings go here
my_label: "My label"
5 changes: 5 additions & 0 deletions test/test_helper.rb
@@ -0,0 +1,5 @@
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')

# Ensure that we are using the temporary fixture path
Engines::Testing.set_fixture_path

0 comments on commit 27795a9

Please sign in to comment.