crossley 2003/03/17 21:45:31
Modified: src/webapp/WEB-INF/classes CatalogManager.properties Log: Clarify some text comments. Revision Changes Path 1.2 +4 -3 cocoon-2.1/src/webapp/WEB-INF/classes/CatalogManager.properties Index: CatalogManager.properties =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/classes/CatalogManager.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CatalogManager.properties 9 Mar 2003 00:10:44 -0000 1.1 +++ CatalogManager.properties 18 Mar 2003 05:45:31 -0000 1.2 @@ -5,9 +5,10 @@ # to over-ride or supplement these settings. # # Note: The filesystem directory that contains this properties file must be -# available on the Java classpath. Cocoon automatically does this. +# available on the Java classpath. The Cocoon build automatically does this. # -# See the Apache Cocoon documentation userdocs/concepts/catalog.html +# See the Apache Cocoon documentation +# http://cocoon.apache.org/userdocs/concepts/catalog.html # and thence the Resolver API and accompanying documentation. # verbosity ... level of messages for status/debug (messages go to STDOUT) @@ -24,7 +25,7 @@ # catalogs ... list of additional catalogs to load # Note that Apache Cocoon will automatically load its own default catalog -# from webapps/cocoon/WEB-INF/entities/catalog +# from WEB-INF/entities/catalog # use full pathnames # pathname separator is always semi-colon (;) regardless of operating system # directory separator is always slash (/) regardless of operating system
