[Zodb-checkins] CVS: Zope/lib/python/ZConfig/tests/library/widget - component.xml:1.2.4.1
Fred L. Drake, Jr.
fred@zope.com
Thu, 23 Jan 2003 17:02:04 -0500
Update of /cvs-repository/Zope/lib/python/ZConfig/tests/library/widget
In directory cvs.zope.org:/tmp/cvs-serv32578/tests/library/widget
Modified Files:
Tag: chrism-install-branch
component.xml
Log Message:
Merge from the ZConfig trunk.
=== Zope/lib/python/ZConfig/tests/library/widget/component.xml 1.2 => 1.2.4.1 ===
--- Zope/lib/python/ZConfig/tests/library/widget/component.xml:1.2 Thu Jan 9 00:42:36 2003
+++ Zope/lib/python/ZConfig/tests/library/widget/component.xml Thu Jan 23 17:02:00 2003
@@ -1,5 +1,7 @@
<component>
- <sectiontype name='widget-a'>
+ <abstracttype name='widget'/>
+ <sectiontype name='widget-a' implements='widget'>
<key name='widget-a-key' default='widget-a-default'/>
</sectiontype>
+ <sectiontype name='widget-b' implements='widget' extends='widget-a'/>
</component>