[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/component/browser/configure.zcml
register the IToolType interface.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Feb 23 16:45:17 EST 2005
Log message for revision 29265:
register the IToolType interface.
Changed:
U Zope3/trunk/src/zope/app/component/browser/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/component/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/component/browser/configure.zcml 2005-02-23 21:44:09 UTC (rev 29264)
+++ Zope3/trunk/src/zope/app/component/browser/configure.zcml 2005-02-23 21:45:17 UTC (rev 29265)
@@ -2,6 +2,9 @@
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser">
+ <zope:interface
+ interface="zope.app.component.browser.tools.IToolType" />
+
<!-- Registration Managemenet -->
<!-- BBB: Gone with 3.3 -->
More information about the Zope3-Checkins
mailing list