[Zope3-checkins] SVN: Zope3/branches/isarsprint-dav-work/src/zope/app/dav/configure.zcml An earlier unsaved and not-checked-in change masked an error in the

Martijn Pieters mj at zopatista.com
Tue Oct 12 08:54:33 EDT 2004


Log message for revision 28000:
  An earlier unsaved and not-checked-in change masked an error in the
  configure.zcml file. Correct this; the IDAVOpaqueNamespaces interface has moved
  out of the public API.
  


Changed:
  U   Zope3/branches/isarsprint-dav-work/src/zope/app/dav/configure.zcml


-=-
Modified: Zope3/branches/isarsprint-dav-work/src/zope/app/dav/configure.zcml
===================================================================
--- Zope3/branches/isarsprint-dav-work/src/zope/app/dav/configure.zcml	2004-10-12 10:55:54 UTC (rev 27999)
+++ Zope3/branches/isarsprint-dav-work/src/zope/app/dav/configure.zcml	2004-10-12 12:54:27 UTC (rev 28000)
@@ -120,7 +120,7 @@
   <class class=".opaquenamespaces.DAVOpaqueNamespacesAdapter">
     <require
         permission="zope.ManageContent"
-        interface=".interfaces.IDAVOpaqueNamespaces"
+        interface=".opaquenamespaces.IDAVOpaqueNamespaces"
         />
   </class>
 



More information about the Zope3-Checkins mailing list