diff options
author | Christian Geisert <chrisg@apache.org> | 2002-11-14 17:04:47 +0000 |
---|---|---|
committer | Christian Geisert <chrisg@apache.org> | 2002-11-14 17:04:47 +0000 |
commit | ccc86e2d158c15960cb0360b4eecb7755c6e1828 (patch) | |
tree | fbd3b906589b8ef2dea7a04f226fe94bfa4b51ab /forrest.properties | |
parent | 380d32642b5319c62c703046e0005054400e35af (diff) | |
download | xmlgraphics-fop-ccc86e2d158c15960cb0360b4eecb7755c6e1828.tar.gz xmlgraphics-fop-ccc86e2d158c15960cb0360b4eecb7755c6e1828.zip |
Exclude compliance.xml from validation
(This is a quick fix as Forrest is configured to validate all docs and fails
if an error occurs. The goal is of course to validate compliance.xml)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'forrest.properties')
-rw-r--r-- | forrest.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/forrest.properties b/forrest.properties index e6839f1d9..39ef5942a 100644 --- a/forrest.properties +++ b/forrest.properties @@ -25,3 +25,5 @@ project.skinconf=${project.content-dir}/skinconf.xml #project.lib-dir=${project.content-dir}/lib #project.classes-dir=${project.content-dir}/classes +forrest.validate.xdocs.excludes=compliance.xml + |