[Checkins] SVN: CMF.buildout/branches/zope212 - updated CMF trunk/2.3 buildouts

Yvo Schubbe y.2010 at wcm-solutions.de
Tue Jun 15 08:22:14 EDT 2010


Log message for revision 113483:
  - updated CMF trunk/2.3 buildouts

Changed:
  U   CMF.buildout/branches/zope212-cmf23/buildout.cfg
  U   CMF.buildout/branches/zope212_released-cmftrunk/buildout.cfg

-=-
Modified: CMF.buildout/branches/zope212-cmf23/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope212-cmf23/buildout.cfg	2010-06-15 12:16:36 UTC (rev 113482)
+++ CMF.buildout/branches/zope212-cmf23/buildout.cfg	2010-06-15 12:22:13 UTC (rev 113483)
@@ -2,7 +2,6 @@
 
 [buildout]
 extends = src/Zope2/versions.cfg
-versions = versions
 parts =
     zope2
     instance
@@ -11,7 +10,7 @@
 eggs =
     Zope2
     Products.CMFCalendar
-    Products.CMFCore [test]
+    Products.CMFCore
     Products.CMFDefault
     Products.CMFTopic
     Products.CMFUid
@@ -34,8 +33,7 @@
 
 [zope2]
 recipe = zc.recipe.egg
-eggs = Zope2
-fake-zope-eggs = false
+eggs = ${buildout:eggs}
 
 [instance]
 recipe = plone.recipe.zope2instance
@@ -55,4 +53,3 @@
 recipe = zc.recipe.testrunner
 eggs = ${buildout:eggs}
 defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
-

Modified: CMF.buildout/branches/zope212_released-cmftrunk/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope212_released-cmftrunk/buildout.cfg	2010-06-15 12:16:36 UTC (rev 113482)
+++ CMF.buildout/branches/zope212_released-cmftrunk/buildout.cfg	2010-06-15 12:22:13 UTC (rev 113483)
@@ -1,13 +1,14 @@
-# CMF trunk + released Zope 2.12.3
+# CMF trunk + released Zope 2.12.7
 
 [buildout]
+extends = http://download.zope.org/Zope2/index/2.12.7/versions.cfg
 parts =
     zopepy
     test
 eggs =
     Zope2
     Products.CMFCalendar
-    Products.CMFCore [test]
+    Products.CMFCore
     Products.CMFDefault
     Products.CMFTopic
     Products.CMFUid
@@ -23,11 +24,10 @@
     src/Products.DCWorkflow
     src/Products.GenericSetup
     src/five.localsitemanager
-index = http://download.zope.org/Zope2/index/2.12.3
 
 [versions]
 # CMF-only dependencies
-five.formlib = 1.0.2
+five.formlib = 1.0.3
 
 [zopepy]
 recipe = zc.recipe.egg



More information about the checkins mailing list