root/plone4bio.buildout/trunk/config/plone4.cfg

Revision 204, 0.9 KB (checked in by mauro, 11 months ago)

* mr.developer
* plone 4.1

Line 
1[buildout]
2extends =
3    http://dist.plone.org/release/4.1-latest/versions.cfg
4find-links =
5    http://dist.plone.org/release/4.1-latest
6    http://dist.plone.org/thirdparty
7    http://plone4bio.org/dist
8parts =
9    instance
10    zopepy
11versions = versions
12eggs =
13    biopython
14develop =
15
16[plone4bio]
17eggs =
18    plone4bio.base
19    plone4bio.structure
20    plone4bio.pscoils
21    plone4bio.biosql
22    plone4biotheme.base
23
24[versions]
25# Products.TinyMCE = 1.1.1
26# zope.testing = 3.7.7
27# Cheetah = 2.2.1
28# hexagonit.recipe.download = 1.2.1
29# Markdown = 2.0.3
30# zope.schema = 3.6.4
31
32[instance]
33recipe = plone.recipe.zope2instance
34http-address = 8080
35user = admin:admin
36eggs =
37    ${buildout:eggs}
38    Zope2
39    Plone
40    Products.PloneHotfix20110720
41    Products.PloneHotfix20110531 == 2.0
42    Products.Zope_Hotfix_20110622
43zcml =
44
45[zopepy]
46recipe = zc.recipe.egg
47eggs = ${instance:eggs}
48interpreter = zopepy
49scripts = zopepy
50
Note: See TracBrowser for help on using the browser.