This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
buildout.cfg
94 lines (82 loc) · 3.32 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[buildout]
extends =
http://dist.plone.org/release/4.1rc3/versions.cfg
https://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/4.1/sources.cfg
http://good-py.appspot.com/release/plone.app.theming/1.0b7
parts =
lxml
test
instance
zopepy
omelette
develop = .
extensions =
mr.developer
buildout.dumppickedversions
sources = sources
versions = versions
sources-dir = extras
auto-checkout =
plone.tiles
plone.app.tiles
plone.app.blocks
Products.ResourceRegistries
always-checkout = true
[versions]
plone.app.jquerytools = 1.3
plone.app.z3cform = 0.5.5
[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml
[sources]
lxml = git https://github.com/lxml/lxml.git
repoze.xmliter = git https://github.com/repoze/repoze.xmliter.git
plone.resource = svn https://svn.plone.org/svn/plone/plone.resource/trunk
plone.subrequest = svn https://svn.plone.org/svn/plone/plone.subrequest/trunk
# plone.app.theming / Diazo
diazo = svn https://svn.plone.org/svn/plone/diazo/trunk
plone.app.theming = svn https://svn.plone.org/svn/plone/plone.app.theming/trunk
plone.app.themingplugins = svn https://svn.plone.org/svn/plone/plone.app.themingplugins/trunk
# Deco/tiles
plone.app.tinymce = svn https://svn.plone.org/svn/plone/plone.app.tinymce/trunk
plone.formwidget.multifile = svn https://svn.plone.org/svn/plone/plone.formwidget.multifile/trunk
plone.formwidget.querystring = svn https://svn.plone.org/svn/plone/plone.formwidget.querystring/trunk
plone.app.deco = svn https://svn.plone.org/svn/plone/plone.app.deco/trunk
plone.app.drafts = svn https://svn.plone.org/svn/plone/plone.app.drafts/trunk
plone.tiles = svn https://svn.plone.org/svn/plone/plone.tiles/trunk
plone.directives.tiles = svn https://svn.plone.org/svn/plone/plone.directives.tiles/trunk
plone.app.tiles = svn https://svn.plone.org/svn/plone/plone.app.tiles/trunk
plone.app.standardtiles = svn https://svn.plone.org/svn/plone/plone.app.standardtiles/trunk
plone.app.page = svn https://svn.plone.org/svn/plone/plone.app.page/trunk
plone.app.blocks = svn https://svn.plone.org/svn/plone/plone.app.blocks/branches/tile-simplification
plone.app.querystring = svn https://svn.plone.org/svn/plone/plone.app.querystring/trunk
Products.ResourceRegistries = svn https://svn.plone.org/svn/plone/ResourceRegistries/branches/optilude-resource-bundles
[instance]
recipe = plone.recipe.zope2instance
eggs =
plone.app.cmsui
plone.app.theming
plone.app.blocks
plone.reload
Products.PdbDebugMode
user = admin:admin
resources = ${buildout:directory}/resources
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
[test]
recipe = zc.recipe.testrunner
eggs =
plone.app.cmsui [test]
plone.app.blocks [test]
Products.ResourceRegistries [test]
plone.app.jquerytools [test]
defaults = ['--auto-color', '--auto-progress']
[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
arguments = ('coverage', 'report')
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}