[Checkins] SVN: CMF/trunk/buildout.cfg Make the Zope 2.14 (trunk)	config work. Noting the new dependencies in the setup.py's	will cost us compatibility with Zope 2.12,	which isn't desirable at this point
    Hanno Schlichting 
    hannosch at hannosch.eu
       
    Sat Oct  9 11:13:46 EDT 2010
    
    
  
Log message for revision 117407:
  Make the Zope 2.14 (trunk) config work. Noting the new dependencies in the setup.py's will cost us compatibility with Zope 2.12, which isn't desirable at this point
  
Changed:
  U   CMF/trunk/buildout.cfg
-=-
Modified: CMF/trunk/buildout.cfg
===================================================================
--- CMF/trunk/buildout.cfg	2010-10-09 15:03:28 UTC (rev 117406)
+++ CMF/trunk/buildout.cfg	2010-10-09 15:13:45 UTC (rev 117407)
@@ -22,6 +22,12 @@
     Products.DCWorkflow
     Products.GenericSetup
     Zope2
+# Zope 2.14 compatibility
+    Products.BTreeFolder2
+    Products.ExternalMethod
+    Products.MailHost
+    Products.PythonScripts
+    Products.StandardCacheManagers
 develop =
     src/five.localsitemanager
     src/Products.CMFCalendar
@@ -53,6 +59,12 @@
     Products.CMFUid
     Products.DCWorkflow
     Products.GenericSetup
+# Zope 2.14 compatibility
+    Products.BTreeFolder2
+    Products.ExternalMethod
+    Products.MailHost
+    Products.PythonScripts
+    Products.StandardCacheManagers
 
 
 [scripts]
    
    
More information about the checkins
mailing list