summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-29 10:37:08 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-29 10:37:08 +0000
commitcae547a7ea519aa2519053e366aecba378e787c6 (patch)
tree8ca01dea0bdd70620afcb7ac4ec77a769d0aa0d9 /extra
parentf2a5304d648f865bb6d46c51b6c46f451d9cf994 (diff)
downloadredmine-cae547a7ea519aa2519053e366aecba378e787c6.tar.gz
redmine-cae547a7ea519aa2519053e366aecba378e787c6.zip
Redmine acts_as_* plugins moved to vendor/plugins.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@774 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra')
-rw-r--r--extra/sample_plugin/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/sample_plugin/README b/extra/sample_plugin/README
index eed8b9a23..fe3fac736 100644
--- a/extra/sample_plugin/README
+++ b/extra/sample_plugin/README
@@ -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