[Zope3-checkins] CVS: Zope3/src/zope/app/component - meta.zcml:1.12

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 20 12:10:54 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/component
In directory cvs.zope.org:/tmp/cvs-serv22947/src/zope/app/component

Modified Files:
	meta.zcml 
Log Message:


Changed defaultView directive schema and handler.




=== Zope3/src/zope/app/component/meta.zcml 1.11 => 1.12 ===
--- Zope3/src/zope/app/component/meta.zcml:1.11	Fri Nov 21 12:11:29 2003
+++ Zope3/src/zope/app/component/meta.zcml	Sat Mar 20 12:10:54 2004
@@ -36,7 +36,7 @@
 
     <meta:directive
         name="defaultView"
-        schema=".metadirectives.IViewDirective"
+        schema=".metadirectives.IDefaultViewDirective"
         handler="zope.app.component.metaconfigure.defaultView"
         />
 




More information about the Zope3-Checkins mailing list