Author: rgardler
Date: Fri Sep 19 13:24:14 2008
New Revision: 697222

URL: http://svn.apache.org/viewvc?rev=697222&view=rev
Log:
Clarify setting off local plugins directory (ISSUE FOR-1112)

Modified:
    
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_90/usingPlugins.xml

Modified: 
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_90/usingPlugins.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_90/usingPlugins.xml?rev=697222&r1=697221&r2=697222&view=diff
==============================================================================
--- 
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_90/usingPlugins.xml
 (original)
+++ 
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_90/usingPlugins.xml
 Fri Sep 19 13:24:14 2008
@@ -112,9 +112,9 @@
             which means that these two directories will be searched for 
plugins.
           </p>
           <p>
-            If you have a collection of local plugins you would like Forrest to
-            use then you need to add the directory to this property. For
-            example:
+            If you have a collection of local plugins the directory in which 
they are located
+            must be added this property. For example, if your local plugins 
are in <code>/export/forrest_plugins</code>
+            this property should be something like:
             
<code>project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins,/export/forrest_plugins</code>
           </p>
           <p>