|
From: <de...@us...> - 2003-06-25 14:00:23
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/service In directory sc8-pr-cvs1:/tmp/cvs-serv1923/modules/core/config/service Modified Files: query.properties Log Message: Added default error handler entry in service/config file. Note that this information is not used yet... Index: query.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/service/query.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** query.properties 9 Jun 2003 23:31:14 -0000 1.6 --- query.properties 25 Jun 2003 14:00:18 -0000 1.7 *************** *** 26,29 **** --- 26,31 ---- PipelineStageFactory.xml=com.babeldoc.core.pipeline.xml.XmlPipelineStageFactory + PipelineStageErrorHandler.default=com.babeldoc.core.pipeline.DefaultPipelineStageErrorHandler + Command.journal=com.babeldoc.core.journal.command.JournalCommand Command.pipeline=com.babeldoc.core.pipeline.command.PipelineCommand |