[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pas/
IAttributeAnnotatable declarations are now done by the localUtility
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Dec 3 15:53:33 EST 2004
Log message for revision 28557:
IAttributeAnnotatable declarations are now done by the localUtility
directive.
Changed:
U Zope3/trunk/src/zope/app/pas/authenticationplugins.zcml
U Zope3/trunk/src/zope/app/pas/challengeplugins.zcml
U Zope3/trunk/src/zope/app/pas/groupfolder.zcml
-=-
Modified: Zope3/trunk/src/zope/app/pas/authenticationplugins.zcml
===================================================================
--- Zope3/trunk/src/zope/app/pas/authenticationplugins.zcml 2004-12-03 20:52:35 UTC (rev 28556)
+++ Zope3/trunk/src/zope/app/pas/authenticationplugins.zcml 2004-12-03 20:53:33 UTC (rev 28557)
@@ -14,9 +14,6 @@
<localUtility class=".principalfolder.PrincipalFolder">
- <implements
- interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
-
<require
permission="zope.ManageServices"
interface="zope.app.container.interfaces.IContainer" />
@@ -31,9 +28,6 @@
<localUtility class=".sql.SQLAuthenticationPlugin">
- <implements
- interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
-
<require
permission="zope.ManageContent"
interface="zope.app.sqlscript.interfaces.ISQLScript"
Modified: Zope3/trunk/src/zope/app/pas/challengeplugins.zcml
===================================================================
--- Zope3/trunk/src/zope/app/pas/challengeplugins.zcml 2004-12-03 20:52:35 UTC (rev 28556)
+++ Zope3/trunk/src/zope/app/pas/challengeplugins.zcml 2004-12-03 20:53:33 UTC (rev 28557)
@@ -14,9 +14,6 @@
<!-- Locally custom-configured basic auth -->
<localUtility class=".httpplugins.HTTPBasicAuthChallenger">
- <implements
- interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
-
<require
permission="zope.ManageServices"
interface=".httpplugins.IHTTPBasicAuthRealm"
@@ -40,9 +37,6 @@
<!-- Configure where to redirect to -->
<localUtility class=".browserplugins.FormChallenger">
- <implements
- interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
-
<require
permission="zope.ManageServices"
interface=".browserplugins.IFormChallengerLoginPageName"
Modified: Zope3/trunk/src/zope/app/pas/groupfolder.zcml
===================================================================
--- Zope3/trunk/src/zope/app/pas/groupfolder.zcml 2004-12-03 20:52:35 UTC (rev 28556)
+++ Zope3/trunk/src/zope/app/pas/groupfolder.zcml 2004-12-03 20:53:33 UTC (rev 28557)
@@ -25,8 +25,6 @@
<localUtility class=".groupfolder.GroupFolder">
<implements
interface=".groupfolder.IGroupFolder" />
- <implements
- interface="zope.app.annotation.IAttributeAnnotatable" />
<require
permission="zope.ManageServices"
interface="zope.app.container.interfaces.IContainer
More information about the Zope3-Checkins
mailing list