aboutsummaryrefslogtreecommitdiffstats
path: root/forrest.properties
diff options
context:
space:
mode:
authorChristian Geisert <chrisg@apache.org>2005-11-14 15:38:47 +0000
committerChristian Geisert <chrisg@apache.org>2005-11-14 15:38:47 +0000
commitde1c5f7ea039c20b9e52e02ac2fd6d3023d264d2 (patch)
treeca79d4e9be1d19f61733c7b8e596071ef7cb5b62 /forrest.properties
parent7827a12bd930176d38d71c3c00ff75754c5aaec3 (diff)
downloadxmlgraphics-fop-de1c5f7ea039c20b9e52e02ac2fd6d3023d264d2.tar.gz
xmlgraphics-fop-de1c5f7ea039c20b9e52e02ac2fd6d3023d264d2.zip
docs building with a simple forrest call instead of using import
(because of problems with plugin download and validation) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'forrest.properties')
-rw-r--r--forrest.properties14
1 files changed, 8 insertions, 6 deletions
diff --git a/forrest.properties b/forrest.properties
index 0e1fcd209..cd6bdffc0 100644
--- a/forrest.properties
+++ b/forrest.properties
@@ -64,12 +64,13 @@ project.skin=pelt
# validation properties
#forrest.validate=true
-#forrest.validate.xdocs=${forrest.validate}
-#forrest.validate.skinconf=${forrest.validate}
-#forrest.validate.sitemap=${forrest.validate}
-#forrest.validate.stylesheets=${forrest.validate}
-#forrest.validate.skins=${forrest.validate}
-#forrest.validate.skins.stylesheets=${forrest.validate.skins}
+forrest.validate=false
+forrest.validate.xdocs=${forrest.validate}
+forrest.validate.skinconf=${forrest.validate}
+forrest.validate.sitemap=${forrest.validate}
+forrest.validate.stylesheets=${forrest.validate}
+forrest.validate.skins=${forrest.validate}
+forrest.validate.skins.stylesheets=${forrest.validate.skins}
# *.failonerror=(true|false) - stop when an XML file is invalid
#forrest.validate.failonerror=true
@@ -103,3 +104,4 @@ project.skin=pelt
# The names of plugins that are required to build the project
# comma separated list (no spaces)
# project.required.plugins=
+project.required.plugins=org.apache.forrest.plugin.output.pdf-0.1