[CMF-checkins] SVN: CMF/trunk/buildout.cfg - fixed Zope 2.14 compatibility
Yvo Schubbe
y.2010 at wcm-solutions.de
Wed Oct 13 03:03:40 EDT 2010
Log message for revision 117487:
- fixed Zope 2.14 compatibility
Changed:
U CMF/trunk/buildout.cfg
-=-
Modified: CMF/trunk/buildout.cfg
===================================================================
--- CMF/trunk/buildout.cfg 2010-10-13 06:48:22 UTC (rev 117486)
+++ CMF/trunk/buildout.cfg 2010-10-13 07:03:40 UTC (rev 117487)
@@ -92,6 +92,10 @@
recipe = z3c.recipe.i18n:i18n
eggs =
Products.CMFCalendar
+# Zope 2.14 compatibility
+ Products.BTreeFolder2
+ Products.MailHost
+ Products.PythonScripts
packages =
Products.CMFCalendar
domain = cmf_calendar
@@ -113,6 +117,11 @@
Products.CMFDefault
Products.CMFTopic
Products.DCWorkflow
+# Zope 2.14 compatibility
+ Products.BTreeFolder2
+ Products.ExternalMethod
+ Products.MailHost
+ Products.PythonScripts
packages =
Products.CMFCore
Products.CMFDefault
More information about the CMF-checkins
mailing list