forked from plone/plone.app.z3cform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
64 lines (56 loc) · 1.18 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
[buildout]
parts =
zope2
instance
plone
PILwoTK
test
zopepy
develop =
.
find-links =
http://download.zope.org/distribution/
http://effbot.org/downloads
[zope2]
recipe = plone.recipe.zope2install
url = ${plone:zope2-url}
fake-zope-eggs = true
# requiring zope.testing for z2testrunner
# requiring zope.component for zope.i18n >= 3.4 which is needed for z3c.form
skip-fake-eggs =
zope.component
zope.i18n
zope.testing
[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
verbose-security = on
debug-mode = on
products = ${buildout:directory}/parts/plone
eggs =
${plone:eggs}
PILwoTK
zope.testing
plone.app.z3cform
Products.PDBDebugMode
zcml =
plone.app.z3cform
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy
[test]
recipe = collective.recipe.z2testrunner
zope2part = instance
packages =
plone.app.z3cform
extra-paths = ${buildout:directory}
exit-with-status = true
[plone]
recipe = plone.recipe.plone
[PILwoTK]
recipe = zc.recipe.egg
find-links = http://download.zope.org/distribution/