[Checkins] SVN: zope.app.zcmlfiles/trunk/ Include zope.formlib configuration as we already depend on it, so it's meant that we are going to use it.

Dan Korostelev nadako at gmail.com
Mon Jan 19 18:32:19 EST 2009


Log message for revision 94869:
  Include zope.formlib configuration as we already depend on it, so it's meant that we are going to use it.

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

-=-
Modified: zope.app.zcmlfiles/trunk/CHANGES.txt
===================================================================
--- zope.app.zcmlfiles/trunk/CHANGES.txt	2009-01-19 23:27:23 UTC (rev 94868)
+++ zope.app.zcmlfiles/trunk/CHANGES.txt	2009-01-19 23:32:19 UTC (rev 94869)
@@ -4,7 +4,8 @@
 3.5.2 (unreleased)
 ------------------
 
-- ...
+- We depended on zope.formlib but didn't include its configuration. Now
+  it's included in configure.zcml.
 
 3.5.1 (2008-12-28)
 ------------------

Modified: zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml
===================================================================
--- zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml	2009-01-19 23:27:23 UTC (rev 94868)
+++ zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml	2009-01-19 23:32:19 UTC (rev 94869)
@@ -73,6 +73,7 @@
 
   <include package="zope.app.applicationcontrol" />
   <include package="zope.dublincore" />
+  <include package="zope.formlib" />
   <include package="zope.app.wsgi" />
 
 



More information about the Checkins mailing list