[Zope-Checkins] CVS: Zope3 - zope.zcml:1.1.2.16

Jim Fulton jim@zope.com
Sun, 6 Jan 2002 16:09:13 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv6734

Modified Files:
      Tag: Zope-3x-branch
	zope.zcml 
Log Message:
Added and debugged standard macros for view-component use

=== Zope3/zope.zcml 1.1.2.15 => 1.1.2.16 ===
            component="Zope.App.Security.PrincipalRegistry.principalRegistry" />
 
+<!-- Standard macros -->
+<browser:view name="standard_macros"
+              factory="Zope.App.OFS.StandardMacros." />
+
 <!-- Other stuff that still needs to get organizaed. -->
+
+
 
 <adapter factory="Zope.App.Traversing.Traverser."
          provides="Zope.App.Traversing.ITraverser."