Changeset 87 for plone4bio.buildout/trunk/config/base.cfg
- Timestamp:
- 09/07/09 10:17:34 (3 years ago)
- Files:
-
- 1 modified
-
plone4bio.buildout/trunk/config/base.cfg (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk/config/base.cfg
r79 r87 1 1 [buildout] 2 # parts: note that the plone part is no longer necessary.3 2 parts = 4 # genometools5 3 zope2 6 4 productdistros … … 8 6 zopepy 9 7 10 # find-links: only the new dist.plone.org URL is needed.11 find-links =12 http://dist.plone.org/release/3.313 14 8 # New: this will pick up version settings for all the components. 15 9 # Modify the "3.3" to match the version you're seeking. 16 extends = 17 http://dist.plone.org/release/3.3/versions.cfg 18 10 find-links = http://dist.plone.org/release/3.3 11 extends = http://dist.plone.org/release/3.3/versions.cfg 19 12 versions = versions 20 13 … … 24 17 Plone 25 18 biopython 26 psycopg227 19 biocomp.pscoils 28 20 Cheetah … … 37 29 src/plone4bio.biosql 38 30 src/plone4biotheme.base 31 32 [plone4bio] 33 eggs = 34 plone4bio.base 35 plone4bio.pscoils 36 plone4bio.biosql 37 plone4biotheme.base 39 38 40 39 [versions] … … 60 59 eggs = 61 60 ${buildout:eggs} 62 plone4bio.base 63 plone4bio.pscoils 64 plone4bio.biosql 65 plone4biotheme.base 61 ${plone4bio:eggs} 66 62 67 63 zcml = 68 plone4bio.base 69 plone4bio.pscoils 70 plone4bio.biosql 71 plone4biotheme.base 64 ${plone4bio:eggs} 72 65 73 66 products =
