[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful - configure.zcml:1.5
Stephan Richter
srichter@cosmos.phy.tufts.edu
Fri, 1 Aug 2003 16:41:37 -0400
Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv8889/stateful
Modified Files:
configure.zcml
Log Message:
Another ZCML namespace converted. This time 'workflow'.
=== Zope3/src/zope/app/workflow/stateful/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/workflow/stateful/configure.zcml:1.4 Thu Jul 31 11:01:36 2003
+++ Zope3/src/zope/app/workflow/stateful/configure.zcml Fri Aug 1 16:41:03 2003
@@ -1,4 +1,4 @@
-<zopeConfigure
+<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:workflow="http://namespaces.zope.org/workflow" >
@@ -127,4 +127,4 @@
<!-- Test Object for testing Stateful Workflows -->
<!--include file="testobject.zcml"/-->
-</zopeConfigure>
+</configure>