-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevel.cfg
60 lines (49 loc) · 1.66 KB
/
devel.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
[buildout]
extends =
buildout.cfg
extensions = mr.developer
sources = sources
auto-checkout =
collective.geo.contentlocations
collective.geo.mapwidget
collective.geo.openlayers
collective.geo.settings
collective.geo.geographer
collective.z3cform.colorpicker
collective.geo.kml
collective.geo.usersmap
always-checkout = force
parts +=
test
omelette
[instance]
debug-mode = on
eggs +=
plone.reload
Products.PrintingMailHost
Products.PDBDebugMode
zcml +=
plone.reload
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[sources]
collective.geo.geographer = git https://github.com/collective/collective.geo.geographer.git
collective.geo.contentlocations = git https://github.com/collective/collective.geo.contentlocations.git
collective.geo.openlayers = git https://github.com/collective/collective.geo.openlayers.git
collective.geo.settings = git https://github.com/collective/collective.geo.settings.git
collective.geo.mapwidget = git https://github.com/collective/collective.geo.mapwidget.git
collective.z3cform.colorpicker = svn https://svn.plone.org/svn/collective/collective.z3cform.colorpicker/trunk
collective.geo.kml = git https://github.com/collective/collective.geo.kml.git
collective.geo.usersmap = git https://github.com/collective/collective.geo.usersmap.git
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
collective.geo.contentlocations [test]
collective.geo.kml [test]
collective.geo.mapwidget [test]
collective.geo.openlayers [test]
collective.geo.settings [test]
collective.geo.geographer [test]
collective.z3cform.colorpicker