[Checkins] SVN: grokproject/trunk/grokproject/template/ Use z3c.recipe.i18n instead of lovely.recipe.

Uli Fouquet uli at gnufix.de
Sun Sep 21 19:49:17 EDT 2008


Log message for revision 91297:
  Use z3c.recipe.i18n instead of lovely.recipe.

Changed:
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl
  U   grokproject/trunk/grokproject/template/versions.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2008-09-21 21:00:13 UTC (rev 91296)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2008-09-21 23:49:15 UTC (rev 91297)
@@ -61,11 +61,12 @@
 
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
-recipe = lovely.recipe:i18n
-package = ${package}
+recipe = z3c.recipe.i18n:i18n
+packages = ${package}
+eggs = ${package}
 domain = ${package}
-location = src/${package}
-output = locales
+output = src/${package}/locales
+zcml =
 
 [eggbasket]
 recipe = z3c.recipe.eggbasket

Modified: grokproject/trunk/grokproject/template/versions.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/versions.cfg_tmpl	2008-09-21 21:00:13 UTC (rev 91296)
+++ grokproject/trunk/grokproject/template/versions.cfg_tmpl	2008-09-21 23:49:15 UTC (rev 91297)
@@ -6,7 +6,7 @@
 ${version_info_file_contents}
 
 # Here we pin the recipes used in the buildout.cfg
-lovely.recipe = 0.3.1b5
+z3c.recipe.i18n = 0.5.0
 z3c.recipe.eggbasket = 0.3.1
 zc.buildout = 1.0.6
 zc.recipe.egg = 1.1.0b1



More information about the Checkins mailing list