Log message for revision 119113: - updated testrunner version Changed: U CMF/trunk/buildout-zope212.cfg U CMF/trunk/buildout-zope213.cfg U CMF/trunk/buildout.cfg
-=- Modified: CMF/trunk/buildout-zope212.cfg =================================================================== --- CMF/trunk/buildout-zope212.cfg 2010-12-26 09:29:33 UTC (rev 119112) +++ CMF/trunk/buildout-zope212.cfg 2010-12-26 09:50:20 UTC (rev 119113) @@ -33,6 +33,8 @@ z3c.recipe.scripts = 1.0.1 zc.buildout = 1.5.2 zc.recipe.egg = 1.3.2 +zc.recipe.testrunner = 1.4.0 +zope.testrunner = 4.0.0 five.localsitemanager = 2.0.4 mailinglogger = 3.3.3 ;# required by uninstall Modified: CMF/trunk/buildout-zope213.cfg =================================================================== --- CMF/trunk/buildout-zope213.cfg 2010-12-26 09:29:33 UTC (rev 119112) +++ CMF/trunk/buildout-zope213.cfg 2010-12-26 09:50:20 UTC (rev 119113) @@ -35,6 +35,8 @@ z3c.recipe.scripts = 1.0.1 zc.buildout = 1.5.2 zc.recipe.egg = 1.3.2 +zc.recipe.testrunner = 1.4.0 +zope.testrunner = 4.0.0 five.formlib = 1.0.3 five.localsitemanager = 2.0.4 Modified: CMF/trunk/buildout.cfg =================================================================== --- CMF/trunk/buildout.cfg 2010-12-26 09:29:33 UTC (rev 119112) +++ CMF/trunk/buildout.cfg 2010-12-26 09:50:20 UTC (rev 119113) @@ -48,6 +48,8 @@ z3c.recipe.scripts = 1.0.1 zc.buildout = 1.5.2 zc.recipe.egg = 1.3.2 +zc.recipe.testrunner = 1.4.0 +zope.testrunner = 4.0.0 five.formlib = 1.0.3 mailinglogger = 3.3.3 _______________________________________________ CMF-checkins mailing list [email protected] https://mail.zope.org/mailman/listinfo/cmf-checkins
