Changeset 87 for plone4bio.buildout/trunk/development.cfg
- Timestamp:
- 09/07/09 10:17:34 (3 years ago)
- Files:
-
- 1 modified
-
plone4bio.buildout/trunk/development.cfg (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk/development.cfg
r75 r87 1 1 [buildout] 2 2 extends = config/base.cfg 3 #unzip = true4 3 parts += 5 4 omelette 6 5 pydev 7 6 idelauncher 7 roadrunner 8 8 eggs += 9 9 stxnext.pdb 10 psycopg2 11 MySQL-python 10 12 11 13 [instance] … … 14 16 verbose-security = on 15 17 eggs += 16 # collective.solr17 # collective.indexing18 # plone.app.dexterity19 18 redturtle.bent 20 19 plone.reload==0.11 … … 22 21 Products.PDBDebugMode 23 22 zcml += 24 # collective.indexing25 23 Products.PDBDebugMode 26 24 plone.reload … … 45 43 # update-command = ${idelauncher:command} 46 44 47 [biopython-trunk]48 recipe=zerokspot.recipe.git49 repository=git://github.com/biopython/biopython.git50 51 45 [plonesite] 52 46 recipe = collective.recipe.plonesite 53 47 site-id = plone4bio 54 48 instance = instance 55 site-replace = True49 site-replace = False 56 50 products = 57 # FIXME: plon4bio.biosql objects doesn't get catalogued58 # with collective.indexing installed59 # collective.indexing60 51 plone4bio.base 61 52 plone4biotheme.base … … 63 54 plone4bio.pscoils 64 55 56 [roadrunner] 57 recipe = roadrunner:plone 58 packages-under-test = ${plone4bio:eggs} 59
