[Checkins] SVN: CMF/trunk/buildout.cfg - use the new 'locales' extra to make dependencies more explicit

Yvo Schubbe cvs-admin at zope.org
Mon Sep 3 06:56:40 UTC 2012


Log message for revision 127673:
  - use the new 'locales' extra to make dependencies more explicit

Changed:
  U   CMF/trunk/buildout.cfg

-=-
Modified: CMF/trunk/buildout.cfg
===================================================================
--- CMF/trunk/buildout.cfg	2012-09-03 06:55:52 UTC (rev 127672)
+++ CMF/trunk/buildout.cfg	2012-09-03 06:56:37 UTC (rev 127673)
@@ -107,6 +107,7 @@
 recipe = z3c.recipe.i18n:i18n
 eggs =
     Products.CMFCalendar
+    Products.CMFDefault [locales]
 packages =
     Products.CMFCalendar
 domain = cmf_calendar
@@ -125,7 +126,7 @@
 recipe = z3c.recipe.i18n:i18n
 eggs =
     Products.CMFCore
-    Products.CMFDefault
+    Products.CMFDefault [locales]
     Products.CMFTopic
     Products.DCWorkflow
 packages =



More information about the checkins mailing list