From: Clay Leeds Date: Mon, 8 Nov 2004 05:11:22 +0000 (+0000) Subject: updated to Cheche's version X-Git-Tag: Root_Temp_KnuthStylePageBreaking~377 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=57d3c167e273bf86dc8d2d028789dcdca93d8735;p=xmlgraphics-fop.git updated to Cheche's version git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198130 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/classes/CatalogManager.properties b/src/documentation/classes/CatalogManager.properties index 191a63afa..c9b1c6f5f 100644 --- a/src/documentation/classes/CatalogManager.properties +++ b/src/documentation/classes/CatalogManager.properties @@ -13,17 +13,31 @@ # limitations under the License. #======================================================================= -# CatalogManager.properties +# CatalogManager.properties for Catalog Entity Resolver. # -# This is the default properties file for Apache Forrest. +# This is the default properties file for your project. # This facilitates local configuration of application-specific catalogs. +# If you have defined any local catalogs, then they will be loaded +# before Forrest's core catalogs. # # See the Apache Forrest documentation: # http://forrest.apache.org/docs/your-project.html # http://forrest.apache.org/docs/validation.html -# verbosity ... level of messages for status/debug -# See forrest/src/core/context/WEB-INF/cocoon.xconf +# verbosity: +# The level of messages for status/debug (messages go to standard output). +# The setting here is for your own local catalogs. +# The verbosity of Forrest's core catalogs is controlled via +# forrestcore/src/core/context/WEB-INF/cocoon.xconf +# +# The following messages are provided ... +# 0 = none +# 1 = ? (... not sure yet) +# 2 = 1+, Loading catalog, Resolved public, Resolved system +# 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem +# 10 = 3+, List all catalog entries when loading a catalog +# (Cocoon also logs the "Resolved public" messages.) +verbosity=10 # catalogs ... list of additional catalogs to load # (Note that Apache Forrest will automatically load its own default catalog @@ -33,5 +47,7 @@ # directory separator is always slash (/) regardless of operating system # #catalogs=/home/me/forrest/my-site/src/documentation/resources/schema/catalog.xcat -catalogs=/Users/Shared/_WebDLs/_repos/xml-fop/src/documentation/resources/schema/catalog.xcat +#catalogs=/Users/Shared/_WebDLs/_repos/xml-fop/src/documentation/resources/schema/catalog.xcat +catalogs=../resources/schema/catalog.xcat +relative-catalogs=false