summaryrefslogtreecommitdiffstats
path: root/lib/generators
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-06-17 19:02:13 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-06-17 19:02:13 +0000
commit759858d11d0c819d188efc4540960513dd3027dc (patch)
treeaed8e3374e3af74e79151a7cd86121ec66425d6d /lib/generators
parent1a145dca25ec1e341eea70337d64f58feebbc958 (diff)
downloadredmine-759858d11d0c819d188efc4540960513dd3027dc.tar.gz
redmine-759858d11d0c819d188efc4540960513dd3027dc.zip
Add example url and author url to the plugin generator.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3771 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/generators')
-rw-r--r--lib/generators/redmine_plugin/templates/init.rb.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/generators/redmine_plugin/templates/init.rb.erb b/lib/generators/redmine_plugin/templates/init.rb.erb
index 1ffcd7bb8..e6feded22 100644
--- a/lib/generators/redmine_plugin/templates/init.rb.erb
+++ b/lib/generators/redmine_plugin/templates/init.rb.erb
@@ -5,4 +5,6 @@ Redmine::Plugin.register :<%= plugin_name %> do
author 'Author name'
description 'This is a plugin for Redmine'
version '0.0.1'
+ url 'http://example.com/path/to/plugin'
+ author_url 'http://example.com/about'
end