[Checkins] SVN: zope.app.zcmlfiles/trunk/ Include zope.app.schema to make component-based vocabularies work well.

Dan Korostelev nadako at gmail.com
Sat Dec 27 16:00:12 EST 2008


Log message for revision 94385:
  Include zope.app.schema to make component-based vocabularies work well.

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	2008-12-27 20:52:41 UTC (rev 94384)
+++ zope.app.zcmlfiles/trunk/CHANGES.txt	2008-12-27 21:00:11 UTC (rev 94385)
@@ -2,8 +2,12 @@
 ==============
 
 3.5.1 (unreleased)
+------------------
 
-- ...
+- Add include of zope.app.schema's configure.zcml. Because component-based
+  vocabularies are used everywhere and we need to import zope.app.schema
+  somehow to make it work. This is needed because of removal of the include
+  of zope.app.schema's meta.zcml in the previous release.
 
 3.5.0 (2008-12-16)
 ------------------

Modified: zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml
===================================================================
--- zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml	2008-12-27 20:52:41 UTC (rev 94384)
+++ zope.app.zcmlfiles/trunk/src/zope/app/zcmlfiles/configure.zcml	2008-12-27 21:00:11 UTC (rev 94385)
@@ -11,6 +11,7 @@
        subscribers may break without fixups -->
 
   <include package="zope.app.component" />
+  <include package="zope.app.schema" />
 
   <include package="zope.app.generations" file="subscriber.zcml" />
 



More information about the Checkins mailing list