-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
41 lines (35 loc) · 1.04 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
[buildout]
develop = .
parts = test coverage-test coverage-report i18n i18nall i18ndude
[test]
recipe = zc.recipe.testrunner
eggs = zojax.content.schema [test]
[coverage-test]
recipe = zc.recipe.testrunner
eggs = zojax.content.schema [test]
defaults = ['--coverage', '../../coverage']
[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coverage=coverage-report
arguments = ('coverage', 'coverage/report')
[i18n]
recipe = z3c.recipe.i18n:i18n
packages = zojax.content.schema
domain = zojax.content.schema
output = ${buildout:directory}/src/zojax/content/schema/locales
eggs = zojax.content.schema [test]
zcml =
<configure xmlns:zcml="http://namespaces.zope.org/zcml"
xmlns:browser="http://namespaces.zope.org/browser">
<include package="zojax.autoinclude" file="meta.zcml" />
<includeAllDependencies package="zojax.content.schema" extras="test" />
</configure>
[i18nall]
recipe = buildout_script
template_dir = ${buildout:directory}/
template = i18nall.in
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude