crossley 02/02/02 18:03:19 Modified: src/documentation cocoon.xconf Log: - Clarify notes about where to find descriptions of components and parameters. - Reset resolver verbosity level. Revision Changes Path 1.6 +7 -4 xml-cocoon2/src/documentation/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/cocoon.xconf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cocoon.xconf 2 Feb 2002 05:13:00 -0000 1.5 +++ cocoon.xconf 3 Feb 2002 02:03:19 -0000 1.6 @@ -2,10 +2,13 @@ <cocoon version="2.0"> <!-- ================ Apache Cocoon configuration file ================== --> -<!-- Please refer to the online documentation for full descriptions, - and to the cocoon.xconf in the samples. +<!-- For full description of the components and their parameters ... + - Apache Cocoon User Documentation at /userdocs/ + - webapp/cocoon.xconf - describes each core component + - each optional component/.../*.xconf - these describe the parameters + for each component and are automatically included at build-time. - This configuration is tuned for the documentation webapp. + This configuration is tuned for the documentation webapp, and is terse. --> <!-- ==================== General Components ========================== --> @@ -59,7 +62,7 @@ <resolver class="org.apache.cocoon.components.resolver.ResolverImpl" logger="core.resolver"> <parameter name="catalog" value="/resources/entities/catalog"/> - <parameter name="verbosity" value="2"/> + <parameter name="verbosity" value="1"/> </resolver> <!-- XSLT Processor -->
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]