[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - configure.zcml:1.7.2.1
Jim Fulton
jim@zope.com
Sat, 30 Nov 2002 07:44:54 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv30047/lib/python/Zope/App/ComponentArchitecture
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
configure.zcml
Log Message:
Refactored the way TTW component registration is done. There are now
separate registry objects that abstract the machinery for registering
multiple conflicting configurations and deciding which, if any are
active. Also provided a new field and widget for the status
information.
Along the way, cleaned up and streamlined placeful testing
infrastructure a bit.
Now checking into branch. Will give file-by-file (or at least more
specific logs) when the changes are merged into the head.
=== Zope3/lib/python/Zope/App/ComponentArchitecture/configure.zcml 1.7 => 1.7.2.1 ===
--- Zope3/lib/python/Zope/App/ComponentArchitecture/configure.zcml:1.7 Tue Nov 19 18:15:14 2002
+++ Zope3/lib/python/Zope/App/ComponentArchitecture/configure.zcml Sat Nov 30 07:44:23 2002
@@ -49,9 +49,13 @@
<serviceType id='Interfaces'
interface='Zope.App.ComponentArchitecture.IInterfaceService.' />
- <service serviceType='Interfaces'
- permission='Zope.Public'
- component='Zope.App.ComponentArchitecture.InterfaceService.interfaceService' />
+ <service
+ serviceType='Interfaces'
+ permission='Zope.Public'
+ component=
+ 'Zope.App.ComponentArchitecture.InterfaceService.interfaceService' />
+
+ <include package="Zope.App.ComponentArchitecture.Browser" />
</zopeConfigure>