[CMF-checkins] CVS: CMF/CMFSetup/xml - ticToolExport.xml:1.2

Tres Seaver tseaver at zope.com
Sat May 29 23:55:08 EDT 2004


Update of /cvs-repository/CMF/CMFSetup/xml
In directory cvs.zope.org:/tmp/cvs-serv17007/xml

Modified Files:
	ticToolExport.xml 
Log Message:


  - typeinfo.py:
  
    o Move import code for types over;  test underlying layers.

    o N.B.:  Top-level entry points, 'importTypesTool' and
             'exportTypesTool', are not yet tested.

  - tests/test_skins.py:

    o Make test name clearer.

  - tests/test_typeinfo.py:

    o Remove XXX note on design issue:  today's changes are all to
      resolve it in favor of Doing the Right Thing (TM).


=== CMF/CMFSetup/xml/ticToolExport.xml 1.1 => 1.2 ===
--- CMF/CMFSetup/xml/ticToolExport.xml:1.1	Sat May 29 19:44:55 2004
+++ CMF/CMFSetup/xml/ticToolExport.xml	Sat May 29 23:55:05 2004
@@ -1,5 +1,8 @@
 <?xml version="1.0"?>
 <types-tool xmlns:tal="http://xml.zope.org/namespaces/tal">
- <type tal:repeat="info here/listTypeInfo"
-       tal:content="nfo/id">TYPE_ID</type>
+ <type id="TYPE_ID"
+       tal:repeat="info here/listTypeInfo"
+       tal:attributes="id info/id;
+                       filename info/filename | default;
+                      " />
 </types-tool>




More information about the CMF-checkins mailing list