Author: crossley
Date: Tue Sep  9 04:45:07 2008
New Revision: 693439

URL: http://svn.apache.org/viewvc?rev=693439&view=rev
Log:
Add required plugin org.apache.forrest.plugin.output.inputModule

Modified:
    forrest/trunk/site-author/forrest.properties

Modified: forrest/trunk/site-author/forrest.properties
URL: 
http://svn.apache.org/viewvc/forrest/trunk/site-author/forrest.properties?rev=693439&r1=693438&r2=693439&view=diff
==============================================================================
--- forrest/trunk/site-author/forrest.properties (original)
+++ forrest/trunk/site-author/forrest.properties Tue Sep  9 04:45:07 2008
@@ -36,7 +36,7 @@
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
 # Run "forrest available-plugins" for a list of plug-ins currently available
-project.required.plugins=org.apache.forrest.plugin.input.dtdx,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.POD,org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.output.Text,org.apache.forrest.plugin.input.glossary
+project.required.plugins=org.apache.forrest.plugin.input.dtdx,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.POD,org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.output.inputModule,org.apache.forrest.plugin.output.Text,org.apache.forrest.plugin.input.glossary
 
 # Max memory to allocate to Java
 # FIXME: See issue FOR-572