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
[buildout]
extends = ../profiles/deployment.cfg
parts =
zope-instance
[software_definition]
software_home = ${buildout:directory}
[zope-instance]
# developer by default want to have updatable Data.fs
force-zodb-update = true
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${buildout:var-directory}/zope-instance
http-address = 18080
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
${:instancehome}/Products/
${software_definition:products-erp5}
${software_definition:products-erp5-development}
${software_definition:products-deps}
${software_definition:products-other}
${software_definition:products-cmf15}
# zope.conf template part ENDS
eggs =
Products.ExternalEditor
mysql_database_name = development_site
bt5 =
erp5_base
erp5_pdm
erp5_trade
erp5_accounting
erp5_invoicing
erp5_simplified_invoicing
erp5_ods_style
erp5_odt_style
erp5_ingestion_mysql_innodb_catalog
erp5_ingestion
erp5_crm
erp5_forge
erp5_web
erp5_dms
erp5_ui_test_core
erp5_ui_test
erp5_pdm_ui_test
erp5_accounting_ui_test
erp5_web_ui_test
erp5_dms_ui_test
erp5_l10n_fr
erp5_l10n_ja
erp5_l10n_pl_PL
erp5_l10n_pt-BR
[requirements]
binary +=
svn
svnadmin
development +=
/usr/include.*/svn_client.h