Author: crossley
Date: Sat Apr 7 20:54:19 2007
New Revision: 526525
URL: http://svn.apache.org/viewvc?view=rev&rev=526525
Log:
Remove declarations for plugins that are not being used.
OpenOffice.org and wiki
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?view=diff&rev=526525&r1=526524&r2=526525
==============================================================================
--- forrest/trunk/site-author/forrest.properties (original)
+++ forrest/trunk/site-author/forrest.properties Sat Apr 7 20:54:19 2007
@@ -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,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.Text,org.apache.forrest.plugin.input.glossary
# Max memory to allocate to Java
# FIXME: See issue FOR-572