Changeset 145 for plone4bio.base/trunk/buildout.cfg
- Timestamp:
- 06/03/10 02:39:53 (2 years ago)
- Files:
-
- 1 modified
-
plone4bio.base/trunk/buildout.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk/buildout.cfg
r52 r145 1 1 [buildout] 2 extends = plone3.cfg 3 parts += 4 roadrunner 5 eggs += 6 plone4bio.base 7 develop = . 8 9 [instance] 10 zcml += 11 plone4bio.base 12 13 [roadrunner] 14 recipe = roadrunner:plone 15 packages-under-test = plone4bio.base 16 2 extends = test-plone-4.0.x.cfg 3 # extends = test-plone-3.3.x.cfg
