[Zope3-checkins] CVS: Zope3/src/zope/app/browser/security - configure.zcml:1.7

Martijn Faassen m.faassen at vet.uu.nl
Mon Aug 25 16:29:07 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/security
In directory cvs.zope.org:/tmp/cvs-serv9750/zope/app/browser/security

Modified Files:
	configure.zcml 
Log Message:
Everything in zope.app.browser now passes the Relax NG schema.


=== Zope3/src/zope/app/browser/security/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/browser/security/configure.zcml:1.6	Thu Aug  7 13:40:53 2003
+++ Zope3/src/zope/app/browser/security/configure.zcml	Mon Aug 25 15:28:36 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure 
+   xmlns:zope="http://namespaces.zope.org/zope"
+   xmlns="http://namespaces.zope.org/browser">
 
   <page
       for="zope.app.interfaces.security.IPermissionField"
@@ -12,6 +14,6 @@
       class=".permissionwidget.DisplayWidget"
       permission="zope.Public" />
 
-  <include package=".grants" />
+  <zope:include package=".grants" />
 
-</configure>
+</zope:configure>




More information about the Zope3-Checkins mailing list