Redmine acts_as_* plugins moved to vendor/plugins.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@774 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-09-29 10:37:08 +00:00
parent f2a5304d64
commit cae547a7ea
8 changed files with 1 additions and 9 deletions

View File

@@ -6,12 +6,9 @@ This is a sample plugin for Redmine
=== Adding plugin support to Redmine
1. Install engines plugin
To add plugin support to Redmine, install engines plugin:
See: http://rails-engines.org/
2. Uncomment this line in config/environment.rb:
config.plugins = ["engines", "*"]
=== Plugin installation
1. Copy the plugin directory into the vendor/plugins directory