Changeset 120 for plone4bio.buildout

Show
Ignore:
Timestamp:
10/19/09 10:08:31 (2 years ago)
Author:
mauro
Message:

fix base.cfg

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.buildout/trunk/config/base.cfg

    r95 r120  
    88# New: this will pick up version settings for all the components. 
    99# Modify the "3.3.1" to match the version you're seeking. 
    10 find-links = http://dist.plone.org/release/3.3.1 
     10find-links = 
     11    http://dist.plone.org/release/3.3.1 
     12#    http://pypi.python.org/simple 
    1113extends = http://dist.plone.org/release/3.3.1/versions.cfg 
    1214versions = versions 
     
    1921    biocomp.pscoils 
    2022    Cheetah 
    21     z3c.sqlalchemy 
    2223 
    2324# Reference any eggs you are developing here, one per line 
     
    4041zope.testing = 3.7.7 
    4142Cheetah = 2.2.1 
     43hexagonit.recipe.download = 1.2.1 
    4244 
    4345# zope part: Note the new fake-eggs settings. This is required 
     
    5759zope2-location = ${zope2:location} 
    5860http-address = 8080 
    59  
     61user = admin:admin 
    6062eggs = 
    6163    ${buildout:eggs}