buildout.cfg
changeset 23 d6a38a66c8a6
parent 4 974354a28adc
child 28 ec82f750a462
equal deleted inserted replaced
22:941b8c5eb563 23:d6a38a66c8a6
     1 [buildout]
     1 [buildout]
     2 develop = .
     2 develop = .
     3 parts = package test
     3 parts = package test
     4 find-links = http://download.zope.org/distribution/
       
     5 newest = false
     4 newest = false
     6 eggs-directory = /var/local/ztfy/eggs
     5 eggs-directory = /var/local/ztfy/eggs
       
     6 
       
     7 # These settings pin egg versions to the Zope 3.4.0 Known Good Set
       
     8 # if you want to upgrade the KGS version, you need to change the URL
       
     9 # below. If you will comment/remove these settings, you'll get the
       
    10 # latest versions of Zope eggs that are not guaranteed to work well
       
    11 # together.
       
    12 extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
       
    13 versions = versions
     7 
    14 
     8 [package]
    15 [package]
     9 recipe = zc.recipe.egg
    16 recipe = zc.recipe.egg
    10 eggs = ztfy.utils
    17 eggs = ztfy.utils
    11        zope.app.zapi
    18        zope.app.zapi