[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/workflow -
	exportHandler.stx:1.2 importHandler.stx:1.2
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Fri Jan 23 12:01:00 EST 2004
    
    
  
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/workflow
In directory cvs.zope.org:/tmp/cvs-serv24998/doc/zcml/namespaces.zope.org/workflow
Modified Files:
	exportHandler.stx importHandler.stx 
Log Message:
I had a little bug in my text wrapper. I added a doc test for it now and 
updated the generated ZCML reference.
=== Zope3/doc/zcml/namespaces.zope.org/workflow/exportHandler.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/workflow/exportHandler.stx:1.1	Thu Jan 22 18:57:16 2004
+++ Zope3/doc/zcml/namespaces.zope.org/workflow/exportHandler.stx	Fri Jan 23 12:00:29 2004
@@ -3,7 +3,8 @@
   File zope/app/workflow/meta.zcml, lines 11 - 15.
 
   Register an Import/Export Handler, that is able to load/save a XML
-  of a ProcessDefinition and create a persistent Instance for it.
+  Representation of a ProcessDefinition and create a persistent Instance for
+  it.
 
   Attributes
 
@@ -12,7 +13,7 @@
       Interface
 
       The interface of the process definition this handler can handle (both
-      either import or export).
+      for either import or export).
 
     factory -- GlobalObject (required)
 
=== Zope3/doc/zcml/namespaces.zope.org/workflow/importHandler.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/workflow/importHandler.stx:1.1	Thu Jan 22 18:57:16 2004
+++ Zope3/doc/zcml/namespaces.zope.org/workflow/importHandler.stx	Fri Jan 23 12:00:29 2004
@@ -3,7 +3,8 @@
   File zope/app/workflow/meta.zcml, lines 5 - 9.
 
   Register an Import/Export Handler, that is able to load/save a XML
-  of a ProcessDefinition and create a persistent Instance for it.
+  Representation of a ProcessDefinition and create a persistent Instance for
+  it.
 
   Attributes
 
@@ -12,7 +13,7 @@
       Interface
 
       The interface of the process definition this handler can handle (both
-      either import or export).
+      for either import or export).
 
     factory -- GlobalObject (required)
 
    
    
More information about the Zope3-Checkins
mailing list