buildout.cfg
branchZTK-1.1
changeset 70 82d8de021806
parent 42 cb2a0e2d3bbf
child 117 3bbec4dadfa7
equal deleted inserted replaced
69:ddab9a29b54b 70:82d8de021806
     1 [buildout]
     1 [buildout]
       
     2 extends = /var/local/env/bb-2.6/webapp/versions.cfg
       
     3 versions = versions
     2 develop = .
     4 develop = .
     3 parts = package i18n test
     5 parts = package i18n test
     4 
     6 
     5 [package]
     7 [package]
     6 recipe = zc.recipe.egg
     8 recipe = zc.recipe.egg
     7 eggs = ztfy.utils
     9 eggs = ztfy.utils
     8        zc.set
       
     9        zope.app.zapi
       
    10        zopyx.txng3.core
       
    11        hurry.query
       
    12 
    10 
    13 [i18n]
    11 [i18n]
    14 recipe = z3c.recipe.i18n:i18n
    12 recipe = z3c.recipe.i18n:i18n
    15 eggs = ${package:eggs}
    13 eggs = ${package:eggs}
    16        z3c.recipe.i18n
    14        z3c.recipe.i18n