[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful - testobject.zcml:1.2

Martijn Faassen m.faassen at vet.uu.nl
Fri Aug 22 17:02:53 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/workflow/stateful

Modified Files:
	testobject.zcml 
Log Message:
zopeConfigure renamed to configure everywhere in ZCML, as 
zopeConfigure is deprecated and hampers ZCML schema efforts.


=== Zope3/src/zope/app/workflow/stateful/testobject.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/workflow/stateful/testobject.zcml:1.1	Thu Jul 31 11:01:36 2003
+++ Zope3/src/zope/app/workflow/stateful/testobject.zcml	Fri Aug 22 16:02:22 2003
@@ -1,4 +1,4 @@
-<zopeConfigure
+<configure
    xmlns="http://namespaces.zope.org/zope">
 
   <interface interface=".testobject.IWorkflowData"/>
@@ -24,4 +24,4 @@
 
   </content>
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list