Changeset 95 for plone4bio.buildout
- Timestamp:
- 09/19/09 14:45:05 (2 years ago)
- Files:
-
- 1 modified
-
plone4bio.buildout/trunk/config/base.cfg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk/config/base.cfg
r87 r95 7 7 8 8 # New: this will pick up version settings for all the components. 9 # Modify the "3.3 " to match the version you're seeking.10 find-links = http://dist.plone.org/release/3.3 11 extends = http://dist.plone.org/release/3.3 /versions.cfg9 # Modify the "3.3.1" to match the version you're seeking. 10 find-links = http://dist.plone.org/release/3.3.1 11 extends = http://dist.plone.org/release/3.3.1/versions.cfg 12 12 versions = versions 13 13 … … 39 39 [versions] 40 40 zope.testing = 3.7.7 41 Cheetah = 2.2.1 41 42 42 43 # zope part: Note the new fake-eggs settings. This is required
