Changeset 204 for plone4bio.buildout/trunk/config
- Timestamp:
- 07/04/11 01:41:09 (11 months ago)
- Location:
- plone4bio.buildout/trunk/config
- Files:
-
- 2 modified
-
plone3.cfg (modified) (1 diff)
-
plone4.cfg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk/config/plone3.cfg
r192 r204 1 1 [buildout] 2 extensions = buildout.eggtractor3 2 parts = 4 3 zope2 -
plone4bio.buildout/trunk/config/plone4.cfg
r192 r204 1 1 [buildout] 2 extensions = buildout.eggtractor3 2 extends = 4 http://download.zope.org/Zope2/index/2.12.9/versions.cfg 5 http://dist.plone.org/release/4.0-latest/versions.cfg 3 http://dist.plone.org/release/4.1-latest/versions.cfg 6 4 find-links = 7 http://dist.plone.org/release/4. 0-latest5 http://dist.plone.org/release/4.1-latest 8 6 http://dist.plone.org/thirdparty 7 http://plone4bio.org/dist 9 8 parts = 10 9 instance … … 24 23 25 24 [versions] 26 Products.TinyMCE = 1.1.125 # Products.TinyMCE = 1.1.1 27 26 # zope.testing = 3.7.7 28 27 # Cheetah = 2.2.1 29 28 # hexagonit.recipe.download = 1.2.1 30 29 # Markdown = 2.0.3 31 zope.schema = 3.6.430 # zope.schema = 3.6.4 32 31 33 32 [instance] … … 40 39 Plone 41 40 Products.PloneHotfix20110720 41 Products.PloneHotfix20110531 == 2.0 42 Products.Zope_Hotfix_20110622 42 43 zcml = 43 44
