[Zope3-checkins] CVS: Zope3/src/zope/app/utilities/tests - fields.zcml:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 8 07:07:05 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/utilities/tests
In directory cvs.zope.org:/tmp/cvs-serv13053/src/zope/app/utilities/tests

Modified Files:
	fields.zcml 
Log Message:


Adjusted code to use the new APIs for permissions and principals. Also, use
the utility service instead of the permission registry to look up permissions.




=== Zope3/src/zope/app/utilities/tests/fields.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/utilities/tests/fields.zcml:1.1	Sat Oct 18 14:56:24 2003
+++ Zope3/src/zope/app/utilities/tests/fields.zcml	Mon Mar  8 07:06:24 2004
@@ -3,6 +3,7 @@
     i18n_domain="zope">
 
     <include package="zope.app.component" file="meta.zcml" />
+    <include package="zope.app.publisher" file="meta.zcml" />
     <include package="zope.app.security" file="meta.zcml"/>
     <include package="zope.app.security" file="configure.zcml"/>
     <include package="zope.app.schema" file="fields.zcml" />




More information about the Zope3-Checkins mailing list