Show
Ignore:
Timestamp:
01/30/10 19:18:30 (2 years ago)
Author:
mauro
Message:

Branch for plone 4

Location:
plone4bio.buildout/branches/plone4
Files:
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • plone4bio.buildout/branches/plone4/config/base.cfg

    r120 r123  
    11[buildout] 
     2extensions = buildout.eggtractor 
    23parts =  
    34    zope2 
     
    910# Modify the "3.3.1" to match the version you're seeking. 
    1011find-links = 
    11     http://dist.plone.org/release/3.3.1 
     12    http://dist.plone.org/release/3.3.4 
    1213#    http://pypi.python.org/simple 
    13 extends = http://dist.plone.org/release/3.3.1/versions.cfg 
     14extends = http://dist.plone.org/release/3.3.4/versions.cfg 
    1415versions = versions 
    1516 
     
    1920    Plone 
    2021    biopython 
    21     biocomp.pscoils 
    2222    Cheetah 
    2323 
     
    2525# e.g.: develop = src/my.package 
    2626develop = 
    27     src/plone4bio.base 
    28     src/plone4bio.pscoils 
    29     src/biocomp.pscoils 
    30     src/plone4bio.biosql 
    31     src/plone4biotheme.base 
    3227 
    3328[plone4bio] 
     
    3934 
    4035[versions] 
    41 zope.testing = 3.7.7 
    42 Cheetah = 2.2.1 
     36# zope.testing = 3.7.7 
     37# Cheetah = 2.2.1 
    4338hexagonit.recipe.download = 1.2.1 
     39Markdown = 2.0.3 
    4440 
    4541# zope part: Note the new fake-eggs settings. This is required 
     
    5450    pytz 
    5551skip-fake-eggs = zope.testing 
     52                 zope.interface 
     53                 zope.exceptions 
    5654 
    5755[instance] 
     
    6260eggs = 
    6361    ${buildout:eggs} 
    64     ${plone4bio:eggs} 
    65  
    6662zcml = 
    67     ${plone4bio:eggs} 
    68  
    6963products = 
    7064    ${buildout:directory}/products 
    71  
    7265extra-paths = 
     66    ${zope2:location}/lib/python 
    7367 
    7468[zopepy]