[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc - configure.zcml:1.4
Jim Fulton
jim at zope.com
Fri Apr 23 07:39:24 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/apidoc
In directory cvs.zope.org:/tmp/cvs-serv22733/src/zope/app/apidoc
Modified Files:
configure.zcml
Log Message:
Updated to use * for the type, rather than zope.interface.Interface.
I think this makes the intent clearer. The effect is the same.
=== Zope3/src/zope/app/apidoc/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/apidoc/configure.zcml:1.3 Sun Apr 18 12:00:30 2004
+++ Zope3/src/zope/app/apidoc/configure.zcml Fri Apr 23 07:38:52 2004
@@ -10,8 +10,7 @@
</class>
<view
- name="apidoc"
- type="zope.interface.Interface"
+ name="apidoc" type="*"
provides="zope.app.traversing.interfaces.ITraversable" for="*"
factory=".apidocNamespace"
/>
More information about the Zope3-Checkins
mailing list