|
Revision 204, 0.9 KB
(checked in by mauro, 11 months ago)
|
|
* mr.developer
* plone 4.1
|
| Line | |
|---|
| 1 | [buildout] |
|---|
| 2 | extends = |
|---|
| 3 | http://dist.plone.org/release/4.1-latest/versions.cfg |
|---|
| 4 | find-links = |
|---|
| 5 | http://dist.plone.org/release/4.1-latest |
|---|
| 6 | http://dist.plone.org/thirdparty |
|---|
| 7 | http://plone4bio.org/dist |
|---|
| 8 | parts = |
|---|
| 9 | instance |
|---|
| 10 | zopepy |
|---|
| 11 | versions = versions |
|---|
| 12 | eggs = |
|---|
| 13 | biopython |
|---|
| 14 | develop = |
|---|
| 15 | |
|---|
| 16 | [plone4bio] |
|---|
| 17 | eggs = |
|---|
| 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] |
|---|
| 33 | recipe = plone.recipe.zope2instance |
|---|
| 34 | http-address = 8080 |
|---|
| 35 | user = admin:admin |
|---|
| 36 | eggs = |
|---|
| 37 | ${buildout:eggs} |
|---|
| 38 | Zope2 |
|---|
| 39 | Plone |
|---|
| 40 | Products.PloneHotfix20110720 |
|---|
| 41 | Products.PloneHotfix20110531 == 2.0 |
|---|
| 42 | Products.Zope_Hotfix_20110622 |
|---|
| 43 | zcml = |
|---|
| 44 | |
|---|
| 45 | [zopepy] |
|---|
| 46 | recipe = zc.recipe.egg |
|---|
| 47 | eggs = ${instance:eggs} |
|---|
| 48 | interpreter = zopepy |
|---|
| 49 | scripts = zopepy |
|---|
| 50 | |
|---|