[Checkins] SVN: CMF.buildout/branches/zope210-cmf21/ Update and match the newer CMF buildouts by getting source versions of GenericSetup and five.lsm and testing them

Hanno Schlichting hannosch at hannosch.eu
Wed Jul 28 14:43:35 EDT 2010


Log message for revision 115178:
  Update and match the newer CMF buildouts by getting source versions of GenericSetup and five.lsm and testing them
  

Changed:
  U   CMF.buildout/branches/zope210-cmf21/buildout.cfg
  _U  CMF.buildout/branches/zope210-cmf21/src/

-=-
Modified: CMF.buildout/branches/zope210-cmf21/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope210-cmf21/buildout.cfg	2010-07-28 17:28:23 UTC (rev 115177)
+++ CMF.buildout/branches/zope210-cmf21/buildout.cfg	2010-07-28 18:43:34 UTC (rev 115178)
@@ -15,7 +15,8 @@
     Products.CMFTopic
     Products.CMFUid
     Products.DCWorkflow
-    Products.GenericSetup <= 1.4.999
+    Products.GenericSetup
+    five.localsitemanager
 develop =
     src/Products.CMFActionIcons
     src/Products.CMFCalendar
@@ -24,14 +25,17 @@
     src/Products.CMFTopic
     src/Products.CMFUid
     src/Products.DCWorkflow
+    src/Products.GenericSetup
+    src/five.localsitemanager
 
 [versions]
-plone.recipe.zope2instance = 3.6
-five.localsitemanager = 1.0
+mailinglogger = 3.3.3
+plone.recipe.zope2instance = 3.8
+plone.recipe.zope2install = 3.2
 
 [zope2]
 recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
+url = http://www.zope.org/Products/Zope/2.10.11/Zope-2.10.11-final.tgz
 smart-recompile = True
 
 [instance]
@@ -54,5 +58,4 @@
 recipe = zc.recipe.testrunner
 extra-paths = ${zope2:location}/lib/python
 eggs = ${buildout:eggs}
-defaults = ['--module', '^Products[.](CMF|DC)']
-
+defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']


Property changes on: CMF.buildout/branches/zope210-cmf21/src
___________________________________________________________________
Modified: svn:externals
   - Products.CMFActionIcons svn://svn.zope.org/repos/main/Products.CMFActionIcons/branches/2.1
Products.CMFCalendar svn://svn.zope.org/repos/main/Products.CMFCalendar/branches/2.1
Products.CMFCore svn://svn.zope.org/repos/main/Products.CMFCore/branches/2.1
Products.CMFDefault svn://svn.zope.org/repos/main/Products.CMFDefault/branches/2.1
Products.CMFTopic svn://svn.zope.org/repos/main/Products.CMFTopic/branches/2.1
Products.CMFUid svn://svn.zope.org/repos/main/Products.CMFUid/branches/2.1
Products.DCWorkflow svn://svn.zope.org/repos/main/Products.DCWorkflow/branches/2.1

   + Products.CMFActionIcons svn://svn.zope.org/repos/main/Products.CMFActionIcons/branches/2.1
Products.CMFCalendar svn://svn.zope.org/repos/main/Products.CMFCalendar/branches/2.1
Products.CMFCore svn://svn.zope.org/repos/main/Products.CMFCore/branches/2.1
Products.CMFDefault svn://svn.zope.org/repos/main/Products.CMFDefault/branches/2.1
Products.CMFTopic svn://svn.zope.org/repos/main/Products.CMFTopic/branches/2.1
Products.CMFUid svn://svn.zope.org/repos/main/Products.CMFUid/branches/2.1
Products.DCWorkflow svn://svn.zope.org/repos/main/Products.DCWorkflow/branches/2.1
Products.GenericSetup svn://svn.zope.org/repos/main/Products.GenericSetup/branches/1.4
five.localsitemanager svn://svn.zope.org/repos/main/five.localsitemanager/branches/1.0




More information about the checkins mailing list