Skip to content

Commit

Permalink
Replaced lovely.recipe:i18n recipe by the more maintained z3c.recipe.…
Browse files Browse the repository at this point in the history
…i18n:i18n recipe.
  • Loading branch information
vincentfretin committed Apr 2, 2011
1 parent 9c9eff6 commit 4aab528
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions buildout.cfg
Expand Up @@ -22,18 +22,13 @@ scripts = coverage=coverage-report
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" />

0 comments on commit 4aab528

Please sign in to comment.