jefft 2003/06/21 06:48:20
Modified: src/java/org/apache/cocoon cocoon.roles Log: Declare the NotifyingBuilder role, which is used in the error handler. Revision Changes Path 1.8 +4 -0 cocoon-2.1/src/java/org/apache/cocoon/cocoon.roles Index: cocoon.roles =================================================================== RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/cocoon.roles,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cocoon.roles 2 May 2003 06:04:20 -0000 1.7 +++ cocoon.roles 21 Jun 2003 13:48:20 -0000 1.8 @@ -136,6 +136,10 @@ shorthand="xscript" default-class="org.apache.cocoon.components.xscript.XScriptManagerImpl"/> + <role name="org.apache.cocoon.components.notification.NotifyingBuilder" + shorthand="notifying-builder" + default-class="org.apache.cocoon.components.notification.DefaultNotifyingBuilder"/> + <role name="org.apache.cocoon.caching.Cache" shorthand="cache" default-class="org.apache.cocoon.caching.impl.CacheImpl"/>