[Zope3-checkins] CVS: Zope/lib/python/ZConfig/tests/library/thing - component.xml:1.2.2.1

Fred L. Drake, Jr. fred@zope.com
Thu, 9 Jan 2003 14:27:57 -0500


Update of /cvs-repository/Zope/lib/python/ZConfig/tests/library/thing
In directory cvs.zope.org:/tmp/cvs-serv3113/tests/library/thing

Added Files:
      Tag: zconfig-schema-devel-branch
	component.xml 
Log Message:
Merge from the ZConfig HEAD.

=== Added File Zope/lib/python/ZConfig/tests/library/thing/component.xml ===
<?xml version="1.0" encoding="us-ascii"?>
<component>
  <abstracttype name='thing'/>
  <sectiontype name='thing-a' implements='thing'>
    <key name='thing-a-key' default='thing-a-default'/>
  </sectiontype>
  <sectiontype name='thing-b' implements='thing'>
    <key name='thing-b-key' default='thing-b-default'/>
  </sectiontype>
</component>