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

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


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

Changed:
  U   CMF/branches/2.2/buildout.cfg

-=-
Modified: CMF/branches/2.2/buildout.cfg
===================================================================
--- CMF/branches/2.2/buildout.cfg	2012-08-31 21:23:38 UTC (rev 127670)
+++ CMF/branches/2.2/buildout.cfg	2012-09-03 06:55:24 UTC (rev 127671)
@@ -77,6 +77,7 @@
 recipe = z3c.recipe.i18n:i18n
 eggs =
     Products.CMFCalendar
+    Products.CMFDefault [locales]
 packages =
     Products.CMFCalendar
 domain = cmf_calendar
@@ -95,7 +96,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