[ 
https://issues.apache.org/jira/browse/FOR-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pablo Barrera updated FOR-1112:
-------------------------------

    Attachment: 0001-Add-project.dir-to-example-code-otherwise-the-text.patch

Add project.dir to example code, otherwise the text is incorrect

> Incorrect example with local plugin dirs in "Extending Forrest with Plugins"
> ----------------------------------------------------------------------------
>
>                 Key: FOR-1112
>                 URL: https://issues.apache.org/jira/browse/FOR-1112
>             Project: Forrest
>          Issue Type: Bug
>          Components: Documentation and website
>            Reporter: Pablo Barrera
>         Attachments: 
> 0001-Add-project.dir-to-example-code-otherwise-the-text.patch
>
>
> In this page 
> http://forrest.apache.org/pluginDocs/plugins_0_90/usingPlugins.html
> it is said:
> "For example,
> project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins,/export/forrest_plugins
> will add the project specific directory ${project.home}/plugins to the list 
> of directories to search in."
> but I think the correct one is:
> "For example,
> project.required.plugins.src=${project.home}/plugins,${forrest.home}/plugins,${forrest.home}/whiteboard/plugins
> will add the project specific directory ${project.home}/plugins to the list 
> of directories to search in." 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.