Author: crossley
Date: Thu Apr 6 00:59:11 2006
New Revision: 391925
URL: http://svn.apache.org/viewcvs?rev=391925&view=rev
Log:
Add the new glossary plugin.
Modified:
forrest/trunk/site-author/forrest.properties
Modified: forrest/trunk/site-author/forrest.properties
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/forrest.properties?rev=391925&r1=391924&r2=391925&view=diff
==============================================================================
--- forrest/trunk/site-author/forrest.properties (original)
+++ forrest/trunk/site-author/forrest.properties Thu Apr 6 00:59:11 2006
@@ -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.wiki,org.apache.forrest.plugin.input.OpenOffice.org
+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.wiki,org.apache.forrest.plugin.input.OpenOffice.org,org.apache.forrest.plugin.input.glossary
# Max memory to allocate to Java
# FIXME: See issue FOR-572