[buildout] develop = . parts = app data zopectl i18n test find-links = http://download.zope.org/distribution/ newest = false extends= http://grok.zope.org/releaseinfo/grok-0.13.cfg versions = versions [app] recipe = zc.zope3recipes>=0.5.3:application eggs = waeup site.zcml = [data] recipe = zc.recipe.filestorage # this section named so that the start/stop script is called bin/zopectl [zopectl] recipe = zc.zope3recipes:instance application = app zope.conf = ${data:zconfig} [test] recipe = zc.recipe.testrunner eggs = waeup defaults = ['--tests-pattern', '^f?tests$', '-v'] # this section named so that the i18n scripts are called bin/i18n... [i18n] recipe = lovely.recipe:i18n package = waeup domain = waeup location = src/waeup output = locales