Author: crossley Date: Tue Mar 17 04:29:47 2009 New Revision: 755111 URL: http://svn.apache.org/viewvc?rev=755111&view=rev Log: Workaround for FOR-1104 - pdf output warnings "paragraph overflows the available area"
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=755111&r1=755110&r2=755111&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 Tue Mar 17 04:29:47 2009 @@ -55,8 +55,11 @@ <p> For example, </p> - <source>project.required.plugins=org.apache.forrest.plugin.input.OpenOffice.org,org.apache.forrest.plugin.input.simplifiedDocbook</source> + <source> +project.required.plugins=org.apache.forrest.plugin.input.OpenOffice.org, + org.apache.forrest.plugin.input.simplifiedDocbook</source> <p> + (note that that is all in one line with no spaces) will cause Forrest to load the plugins called "org.apache.forrest.plugin.input.OpenOffice.org" and "org.apache.forrest.plugin.input.simplifiedDocbook".