Author: cdupoirieux
Date: Tue Mar 20 01:16:20 2007
New Revision: 520311

URL: http://svn.apache.org/viewvc?view=rev&rev=520311
Log:
Typo fixing - only one declaration of project.required.plugins is needed.

Modified:
    forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties

Modified: forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties?view=diff&rev=520311&r1=520310&r2=520311
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties 
(original)
+++ forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties Tue 
Mar 20 01:16:20 2007
@@ -138,11 +138,11 @@
 # a production environment it is recommended that you specify a known working
 # version.
 # Run "forrest available-plugins" for a list of plug-ins currently available.
-project.required.plugins=org.apache.forrest.plugin.output.pdf
-project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
+#project.required.plugins=org.apache.forrest.plugin.output.pdf
 
 # codename: Dispatcher
 # Add the following plugins to project.required.plugins:
+project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
 
 # Proxy configuration
 # - proxy.user and proxy.password are only needed if the proxy is an 
authenticated one...