clay        2004/11/07 21:11:23

  Modified:    src/documentation/classes CatalogManager.properties
  Log:
  updated to Cheche's version
  
  Revision  Changes    Path
  1.2       +21 -5     
xml-fop/src/documentation/classes/CatalogManager.properties
  
  Index: CatalogManager.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/documentation/classes/CatalogManager.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CatalogManager.properties 8 Nov 2004 03:55:21 -0000       1.1
  +++ CatalogManager.properties 8 Nov 2004 05:11:22 -0000       1.2
  @@ -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
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to