You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by cl...@apache.org on 2012/03/19 14:49:59 UTC

svn commit: r1302435 - /xmlgraphics/site/forrest.properties

Author: clay
Date: Mon Mar 19 13:49:59 2012
New Revision: 1302435

URL: http://svn.apache.org/viewvc?rev=1302435&view=rev
Log:
Reverting error in forrest.properties.

Modified:
    xmlgraphics/site/forrest.properties

Modified: xmlgraphics/site/forrest.properties
URL: http://svn.apache.org/viewvc/xmlgraphics/site/forrest.properties?rev=1302435&r1=1302434&r2=1302435&view=diff
==============================================================================
--- xmlgraphics/site/forrest.properties (original)
+++ xmlgraphics/site/forrest.properties Mon Mar 19 13:49:59 2012
@@ -24,13 +24,10 @@
 # Project name (used to name .war file)
 project.name=XMLGraphics
 
-#project.skin=Don't specify a skin for Forrest, we will always use the 
-#             default one defined in main/webapp/default-forrest.properties
-project.content-dir=.
-project.xdocs-dir=${project.content-dir}/content/xdocs
-project.raw-content-dir=${project.content-dir}/content
-project.configfile=${project.home}/conf/cli.xconf
-project.skinconf=${project.content-dir}/skinconf.xml
+# Specifies name of Forrest skin to use
+#project.skin=tigris
+#project.skin=crust
+project.skin=pelt
 
 # comma separated list, file:// is supported
 #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
@@ -86,23 +83,17 @@ project.skinconf=${project.content-dir}/
 #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
 #forrest.validate.xdocs.excludes=
 
-# 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,org.apache.forrest.plugin.output.Markdown
-
 
 ##############
 # General Forrest properties
 
 # The URL to start crawling from
 #project.start-uri=linkmap.html
-project.start-uri=markdown-start.xml
 # Set logging level for messages printed to the console
 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
 #project.debuglevel=ERROR
 # Max memory to allocate to Java
-forrest.maxmemory=256m
+#forrest.maxmemory=64m
 # Any other arguments to pass to the JVM. For example, to run on an X-less
 # server, set to -Djava.awt.headless=true
 #forrest.jvmargs=



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org