]> source.dussan.org Git - redmine.git/commit
Renamed the .rb files in the plugin_generator to end in .erb. The .rb was
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 25 Oct 2008 04:37:31 +0000 (04:37 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 25 Oct 2008 04:37:31 +0000 (04:37 +0000)
commitbcde2f4dce7a3d6842a45a5c6082cad2132b7a25
tree4b5b5881a1ae8918d581878ee461a2c3cfd606e4
parent48ae6f38e121e72472e74e64e5b2e8d1366e032d
Renamed the .rb files in the plugin_generator to end in .erb.  The .rb was
causing rdoc to try to document them and fail.

* Updated the generator's manifest to use the new files
* Renamed template README to README.rdoc

  #2011

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1949 e93f8b46-1217-0410-a6f0-8f06a7374b81
lib/generators/redmine_plugin/redmine_plugin_generator.rb
lib/generators/redmine_plugin/templates/README [deleted file]
lib/generators/redmine_plugin/templates/README.rdoc [new file with mode: 0644]
lib/generators/redmine_plugin/templates/init.rb [deleted file]
lib/generators/redmine_plugin/templates/init.rb.erb [new file with mode: 0644]
lib/generators/redmine_plugin/templates/test_helper.rb [deleted file]
lib/generators/redmine_plugin/templates/test_helper.rb.erb [new file with mode: 0644]