Linha | |
---|
1 | [buildout] |
---|
2 | allow-hosts = |
---|
3 | *.plone.org |
---|
4 | *.python.org |
---|
5 | extends = http://dist.plone.org/release/3.3.5/versions.cfg |
---|
6 | extensions = buildout.bootstrap |
---|
7 | extends-cache = . |
---|
8 | versions = versions |
---|
9 | parts = instance |
---|
10 | find-links = |
---|
11 | http://dist.plone.org/thirdparty/elementtree-1.2.7-20070827-preview.zip |
---|
12 | http://dist.plone.org/release/3.3.5 |
---|
13 | |
---|
14 | develop = |
---|
15 | src/plonegovbr.tema |
---|
16 | |
---|
17 | [zope2] |
---|
18 | recipe = plone.recipe.zope2install |
---|
19 | url = ${versions:zope2-url} |
---|
20 | |
---|
21 | [instance] |
---|
22 | recipe = plone.recipe.zope2instance |
---|
23 | zope2-location = ${zope2:location} |
---|
24 | user = admin:admin |
---|
25 | eggs = |
---|
26 | Plone |
---|
27 | Pillow |
---|
28 | Products.PloneHotfix20110720 |
---|
29 | Products.PloneHotfix20110531 |
---|
30 | plonegovbr.tema |
---|
31 | |
---|
32 | # http://plone.org/products/plone/security/advisories/20110622 |
---|
33 | Products.Zope_Hotfix_20110622 |
---|
34 | zcml = |
---|
35 | products = |
---|
36 | |
---|
37 | [versions] |
---|
38 | distribute = 0.6.19 |
---|
39 | zc.buildout = 1.5.2 |
---|
Note: Veja
TracBrowser
para ajuda no uso do navegador do trac.