[Zope3-checkins] CVS: Zope3/src/zope/app/process - schema.xml:1.5
component.xml:NONE datatypes.py:NONE loghandlers.py:NONE
Fred L. Drake, Jr.
fred at zope.com
Mon Apr 12 14:15:02 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/process
In directory cvs.zope.org:/tmp/cvs-serv28380
Modified Files:
schema.xml
Removed Files:
component.xml datatypes.py loghandlers.py
Log Message:
remove the logging configuration component; use the one from ZConfig instead
(they are pretty much identical; using ZConfig means we are sharing code
more effectively)
=== Zope3/src/zope/app/process/schema.xml 1.4 => 1.5 ===
--- Zope3/src/zope/app/process/schema.xml:1.4 Fri Feb 20 11:57:26 2004
+++ Zope3/src/zope/app/process/schema.xml Mon Apr 12 14:14:30 2004
@@ -10,7 +10,7 @@
<import package="ZODB" />
<!-- logging configuration -->
- <import package="zope.app.process" />
+ <import package="ZConfig.components.logger" />
<sectiontype name="server" datatype="zope.app.process.server.ServerFactory">
<key name="type" required="yes" />
=== Removed File Zope3/src/zope/app/process/component.xml ===
=== Removed File Zope3/src/zope/app/process/datatypes.py ===
=== Removed File Zope3/src/zope/app/process/loghandlers.py ===
More information about the Zope3-Checkins
mailing list