[buildout] develop = . ../ztm.topicmaps ../ztm.ontology ../ztm.contenteditor ../ztm.imagewidget ../ztm.filearchive ../ztm.interfacemanager ../ztm.workflow ../ztm.integration ../ztm.diffhandler ../ztm.diffmaker ../ztm.imagearchive ../ztm.security ../ztm.menueditor parts = imagearchive test i18n newest = false # eggs will be installed in the default buildout location # (see ~/.buildout/default.cfg) # 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 = http://download.zope.org/zope3.4/3.4.0/versions.cfg versions = versions [imagearchive] recipe = zc.recipe.egg eggs = ztm.topicmaps ztm.jquery.ui ztm.json ztm.interfacemanager zope.component zope.security zope.publisher zcml = ztm.imagearchive [test] recipe = zc.recipe.testrunner eggs = ztm.imagearchive defaults = ['--tests-pattern', '^f?tests$', '-v'] [i18n] recipe = lovely.recipe:i18n package = ztm.imagearchive domain = ztm.imagearchive location = src/ztm/imagearchive output = locales eggs = ztm.imagearchive [i18n]