[Checkins] SVN: zope.app.authentication/trunk/src/zope/app/authentication/principalfolder.zcml Corrected with the right filename.

Souheil CHELFOUH souheil at chelfouh.com
Thu Feb 11 13:38:36 EST 2010


Log message for revision 108930:
  Corrected with the right filename.
  

Changed:
  U   zope.app.authentication/trunk/src/zope/app/authentication/principalfolder.zcml

-=-
Modified: zope.app.authentication/trunk/src/zope/app/authentication/principalfolder.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/principalfolder.zcml	2010-02-11 18:20:32 UTC (rev 108929)
+++ zope.app.authentication/trunk/src/zope/app/authentication/principalfolder.zcml	2010-02-11 18:38:36 UTC (rev 108930)
@@ -1,6 +1,6 @@
 <configure xmlns="http://namespaces.zope.org/zope" i18n_domain="zope">
 
-  <include package="zope.pluggableauth" file="principalregistries.zcml" />
+  <include package="zope.pluggableauth" file="principalfactories.zcml" />
 
   <class class=".principalfolder.InternalPrincipal">
     <require



More information about the checkins mailing list