[Checkins] SVN: zope.app.dependable/trunk/ Added missing zcml namespace to the configure file.

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 15 16:46:33 EST 2009


Log message for revision 106588:
  Added missing zcml namespace to the configure file.
  

Changed:
  U   zope.app.dependable/trunk/CHANGES.txt
  U   zope.app.dependable/trunk/src/zope/app/dependable/configure.zcml

-=-
Modified: zope.app.dependable/trunk/CHANGES.txt
===================================================================
--- zope.app.dependable/trunk/CHANGES.txt	2009-12-15 21:45:49 UTC (rev 106587)
+++ zope.app.dependable/trunk/CHANGES.txt	2009-12-15 21:46:32 UTC (rev 106588)
@@ -5,6 +5,7 @@
 3.5.1 (unreleased)
 ------------------
 
+- Added missing zcml namespace to the configure file.
 
 3.5.0 (2009-12-15)
 ------------------

Modified: zope.app.dependable/trunk/src/zope/app/dependable/configure.zcml
===================================================================
--- zope.app.dependable/trunk/src/zope/app/dependable/configure.zcml	2009-12-15 21:45:49 UTC (rev 106587)
+++ zope.app.dependable/trunk/src/zope/app/dependable/configure.zcml	2009-12-15 21:46:32 UTC (rev 106588)
@@ -1,5 +1,6 @@
 <configure
     xmlns="http://namespaces.zope.org/zope"
+    xmlns:zcml="http://namespaces.zope.org/zcml"
     >
 
   <adapter



More information about the checkins mailing list