[Zope3-checkins] CVS: Zope3/lib/python/Zope/StartUp - ISimpleRegistry.py:NONE RequestFactory.py:NONE RequestFactoryRegistry.py:NONE ServerType.py:NONE ServerTypeRegistry.py:NONE SimpleRegistry.py:NONE SiteDefinition.py:NONE __init__.py:NONE configure.zcml:NONE initZODB.py:NONE meta.zcml:NONE metaConfigure.py:NONE startup.py:NONE
Jim Fulton
jim@zope.com
Tue, 19 Nov 2002 18:25:19 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/StartUp
In directory cvs.zope.org:/tmp/cvs-serv11465/lib/python/Zope/StartUp
Removed Files:
ISimpleRegistry.py RequestFactory.py RequestFactoryRegistry.py
ServerType.py ServerTypeRegistry.py SimpleRegistry.py
SiteDefinition.py __init__.py configure.zcml initZODB.py
meta.zcml metaConfigure.py startup.py
Log Message:
Two changes that were far reaching and interdependent.
- Changed existing directives that mention interfaces to register
those interfaces with the global interface service.
- Moved all configuration support (except that in Zope.Configuration)
into Zope.App. This was necessary to get the order of execution such
that the interface service was defined before directives that used
interfaces were used. This is a change that has been needed for
some time.
=== Removed File Zope3/lib/python/Zope/StartUp/ISimpleRegistry.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/RequestFactory.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/RequestFactoryRegistry.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/ServerType.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/ServerTypeRegistry.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/SimpleRegistry.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/SiteDefinition.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/__init__.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/configure.zcml ===
=== Removed File Zope3/lib/python/Zope/StartUp/initZODB.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/meta.zcml ===
=== Removed File Zope3/lib/python/Zope/StartUp/metaConfigure.py ===
=== Removed File Zope3/lib/python/Zope/StartUp/startup.py ===