aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/classes
diff options
context:
space:
mode:
authorClay Leeds <clay@apache.org>2004-11-08 05:11:22 +0000
committerClay Leeds <clay@apache.org>2004-11-08 05:11:22 +0000
commit57d3c167e273bf86dc8d2d028789dcdca93d8735 (patch)
tree9b6fc0b03be7e5bb7b72de16de26fbf66287dbf4 /src/documentation/classes
parenta1142428a2e311ca91e47d0ff000da1c2a2b5d57 (diff)
downloadxmlgraphics-fop-57d3c167e273bf86dc8d2d028789dcdca93d8735.tar.gz
xmlgraphics-fop-57d3c167e273bf86dc8d2d028789dcdca93d8735.zip
updated to Cheche's version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/classes')
-rw-r--r--src/documentation/classes/CatalogManager.properties26
1 files changed, 21 insertions, 5 deletions
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