[Checkins] SVN: z3c.schema/trunk/buildout.cfg Replaced lovely.recipe:i18n recipe by the more maintained z3c.recipe.i18n:i18n recipe.

Vincent Fretin vincent.fretin at gmail.com
Sat Apr 2 06:24:17 EDT 2011


Log message for revision 121201:
  Replaced lovely.recipe:i18n recipe by the more maintained z3c.recipe.i18n:i18n recipe.

Changed:
  U   z3c.schema/trunk/buildout.cfg

-=-
Modified: z3c.schema/trunk/buildout.cfg
===================================================================
--- z3c.schema/trunk/buildout.cfg	2011-04-02 09:50:44 UTC (rev 121200)
+++ z3c.schema/trunk/buildout.cfg	2011-04-02 10:24:16 UTC (rev 121201)
@@ -22,18 +22,13 @@
 arguments = ('coverage', 'coverage/report')
 
 [i18n]
-recipe = lovely.recipe:i18n
+recipe = z3c.recipe.i18n:i18n
 eggs =
   zope.i18n
   z3c.schema
-  zope.configuration
-  zope.app.appsetup
-  zope.app.applicationcontrol
-  zope.tal
-package = z3c.schema
+packages = z3c.schema
 domain = z3c.schema
-location = src/z3c/schema
-output = i18n/locales
+output = src/z3c/schema/i18n/locales
 zcml =
   <include package="zope.i18n" file="meta.zcml" />
   <include package="z3c.schema.i18n" />



More information about the checkins mailing list