[Checkins] SVN: z3c.bcrypt/trunk/ fix two errors in the configure.zcml

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Feb 22 05:16:38 EST 2010


Log message for revision 109257:
  fix two errors in the configure.zcml

Changed:
  U   z3c.bcrypt/trunk/CHANGES.txt
  U   z3c.bcrypt/trunk/src/z3c/bcrypt/configure.zcml

-=-
Modified: z3c.bcrypt/trunk/CHANGES.txt
===================================================================
--- z3c.bcrypt/trunk/CHANGES.txt	2010-02-22 10:03:49 UTC (rev 109256)
+++ z3c.bcrypt/trunk/CHANGES.txt	2010-02-22 10:16:36 UTC (rev 109257)
@@ -4,9 +4,8 @@
 1.1 (unreleased)
 ----------------
 
-- Nothing changed yet.
+- Fixes in the configure.zcml.
 
-
 1.0 (2010-02-18)
 ----------------
 

Modified: z3c.bcrypt/trunk/src/z3c/bcrypt/configure.zcml
===================================================================
--- z3c.bcrypt/trunk/src/z3c/bcrypt/configure.zcml	2010-02-22 10:03:49 UTC (rev 109256)
+++ z3c.bcrypt/trunk/src/z3c/bcrypt/configure.zcml	2010-02-22 10:16:36 UTC (rev 109257)
@@ -1,6 +1,6 @@
 <configure
     xmlns="http://namespaces.zope.org/zope"
-    xmlns:grok="http://namespaces.zope.org/grok">
+    xmlns:zcml="http://namespaces.zope.org/zcml">
 
   <include package="zope.password" />
 
@@ -20,7 +20,7 @@
       <allow interface="zope.password.interfaces.IPasswordManager" />
     </class>
     <class class=".passwordmanager.PBKDF2PasswordManager">
-      <allow interface=".interfaces.IPasswordManager" />
+      <allow interface="zope.password.interfaces.IPasswordManager" />
     </class>
   </configure>
 </configure>
\ No newline at end of file



More information about the checkins mailing list