dims 01/09/06 10:19:26
Modified: webapp/resources/entities Tag: cocoon_20_branch
CatalogManager.properties
Log:
Patch for CatalogManager.properties from David Crossley <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.4.2.2 +11 -10 xml-cocoon2/webapp/resources/entities/CatalogManager.properties
Index: CatalogManager.properties
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/resources/entities/CatalogManager.properties,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- CatalogManager.properties 2001/09/05 22:18:18 1.4.2.1
+++ CatalogManager.properties 2001/09/06 17:19:26 1.4.2.2
@@ -1,11 +1,12 @@
# CatalogManager.properties
#
-# This is the default properties file for @docname@.
+# This is the default properties file for @docname@. This facilitates local
+# configuration of application-specific catalogs.
#
-# See the documentation (catalog.html). Please follow the Build Notes
-# to allow the build process to put this file in a location that will be
-# available to the Java classpath and to automatically adjust the
-# "catalogs" pathname to suit your local directory structure.
+# @docname@ will automatically load a default catalog from
+# webapps/cocoon/resources/entities/catalog
+#
+# See the documentation (catalog.html).
# verbosity ... level of messages for status/debug (messages go to STDOUT)
# 0 (none) .. 3 (maximum)
@@ -14,28 +15,28 @@
# 1 = ?
# 2 = 1+, Loading catalog, Resolved public, Resolved system
# 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
-# TODO cocoon-dev: determine all messages at each level
+# TODO: determine all messages at each level
#
verbosity=2
-# catalogs ... list of initial catalogs to load
+# catalogs ... list of additional catalogs to load
# use full pathnames
# pathname separator is always semi-colon (;) regardless of operating system
# directory separator is always slash (/) regardless of operating system
#
[EMAIL PROTECTED]@/cocoon/resources/entities/catalog
+catalogs=/path/to/local/catalog
# prefer ... we prefer to use Public Identifiers for entity resolution
#
prefer=public
# static-catalog ... see the Sun doco
-# TODO cocoon-dev: ? what impact does this setting have for @docname@
+# TODO: ? what impact does this setting have for @docname@
#
static-catalog=yes
# allow-oasis-xml-catalog-pi ... see the Sun doco
-# TODO cocoon-dev: ? what impact does this setting have for @docname@
+# TODO: ? what impact does this setting have for @docname@
#
allow-oasis-xml-catalog-pi=yes
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]