Changeset 120 for plone4bio.buildout
- Timestamp:
- 10/19/09 10:08:31 (2 years ago)
- Files:
-
- 1 modified
-
plone4bio.buildout/trunk/config/base.cfg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk/config/base.cfg
r95 r120 8 8 # New: this will pick up version settings for all the components. 9 9 # Modify the "3.3.1" to match the version you're seeking. 10 find-links = http://dist.plone.org/release/3.3.1 10 find-links = 11 http://dist.plone.org/release/3.3.1 12 # http://pypi.python.org/simple 11 13 extends = http://dist.plone.org/release/3.3.1/versions.cfg 12 14 versions = versions … … 19 21 biocomp.pscoils 20 22 Cheetah 21 z3c.sqlalchemy22 23 23 24 # Reference any eggs you are developing here, one per line … … 40 41 zope.testing = 3.7.7 41 42 Cheetah = 2.2.1 43 hexagonit.recipe.download = 1.2.1 42 44 43 45 # zope part: Note the new fake-eggs settings. This is required … … 57 59 zope2-location = ${zope2:location} 58 60 http-address = 8080 59 61 user = admin:admin 60 62 eggs = 61 63 ${buildout:eggs}
