diff -r ec82f750a462 -r 035058514c2d buildout.cfg --- a/buildout.cfg Wed Dec 02 23:12:23 2009 +0100 +++ b/buildout.cfg Tue Dec 22 22:59:37 2009 +0100 @@ -1,22 +1,22 @@ [buildout] develop = . -parts = package test -newest = false -eggs-directory = /var/local/ztfy/eggs - -# These settings pin egg versions to the Zope 3.4.0 Known Good Set -# if you want to upgrade the KGS version, you need to change the URL -# below. If you will comment/remove these settings, you'll get the -# latest versions of Zope eggs that are not guaranteed to work well -# together. -extends = /var/local/ztfy/eggs/versions.cfg -versions = versions +parts = package i18n test [package] recipe = zc.recipe.egg eggs = ztfy.utils + zc.set zope.app.zapi +[i18n] +recipe = z3c.recipe.i18n:i18n +eggs = ${package:eggs} + z3c.recipe.i18n +packages = ztfy.utils +domain = ztfy.utils +output = ztfy/utils/locales +zcml = + [test] recipe = zc.recipe.testrunner eggs = ztfy.utils [test]