-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
71 lines (61 loc) · 1.47 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[buildout]
extensions = buildout.bootstrap
extends =
http://dist.plone.org/release/4.3-latest/versions.cfg
find-links =
http://dist.plone.org/release/4.3-latest/
http://dist.plone.org/thirdparty/
newest = false
show-picked-versions = true
eggs =
plone.app.workflowmanager
Products.DCWorkflowGraph
aws.zope2zcmldoc
collective.loremipsum
redturtle.maps.portlet
Products.PloneBoard
collective.subscribemember
eea.facetednavigationtaxonomiccheckbox
wildcard.media
collective.portlet.twitter
collective.cover
zcml =
versions = versions
parts = instance
lxml
[versions]
######### Buildout recipe #########
# use latest version of setuptools
setuptools =
buildout.bootstrap = 1.4.8
z3c.recipe.staticlxml = 0.10
# Required by:
# z3c.recipe.staticlxml==0.10
zc.recipe.cmmi = 1.3.6
Products.PloneBoard = 3.4
redturtle.maps.portlet = 0.0.1.1
collective.subscribemember = 1.11
eea.facetednavigationtaxonomiccheckbox = 0.1.1
wildcard.media = 1.0b1
collective.portlet.twitter = 1.0b3
collective.cover = 1.0a9
plone.app.blocks = 1.1.1
plone.app.drafts = 1.0a2
plone.app.tiles = 1.0.1
plone.formwidget.namedfile = 1.0.10
plone.tiles = 1.2
Products.DCWorkflowGraph = 0.4.1
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
Plone
plone.app.upgrade
${buildout:eggs}
zcml = ${buildout:zcml}
enviroment-vars =
zope_i18n_compile_mo_files true
[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml