[Zodb-checkins] CVS: Packages/ZConfig/tests/library/widget - component.xml:1.2

Fred L. Drake, Jr. fred@zope.com
Thu, 9 Jan 2003 00:42:40 -0500


Update of /cvs-repository/Packages/ZConfig/tests/library/widget
In directory cvs.zope.org:/tmp/cvs-serv29797/tests/library/widget

Modified Files:
	component.xml 
Log Message:
Change some naming based on a discussion with Chris and Shane; the primary
intent being to make this easier to explain.

- <sectiongroup type="foo"/> becomes <abstracttype name="foo"/>
- <sectiontype type="foo"/> becomes <sectiontype name="foo"/>
- <sectiontype ... group="foo"/> becomes <sectiontype ... implements="foo"/>
- several internal names get changed to use names consistent with the
  new terminology


=== Packages/ZConfig/tests/library/widget/component.xml 1.1 => 1.2 ===
--- Packages/ZConfig/tests/library/widget/component.xml:1.1	Tue Jan  7 15:02:44 2003
+++ Packages/ZConfig/tests/library/widget/component.xml	Thu Jan  9 00:42:36 2003
@@ -1,5 +1,5 @@
 <component>
-  <sectiontype type='widget-a'>
+  <sectiontype name='widget-a'>
     <key name='widget-a-key' default='widget-a-default'/>
   </sectiontype>
 </component>