-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
ecosystem.cfg
37 lines (29 loc) · 987 Bytes
/
ecosystem.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
[buildout]
extends =
core.cfg
auto-checkout +=
plone.app.dexterity
plone.app.referenceablebehavior
plone.dexterity
plone.schemaeditor
Products.PDBDebugMode
test-eggs +=
collective.z3cform.datagridfield [test]
five.intid
plone.app.lockingbehavior [tests]
plone.app.referenceablebehavior
plone.app.relationfield
plone.formwidget.autocomplete
z3c.objpath
z3c.relationfield
[instance]
eggs +=
plone.app.dexterity[relations]
plone.app.referenceablebehavior
Products.PDBDebugMode
zcml +=
Products.PDBDebugMode
[sources]
plone.app.intid = git ${remotes:plone}/plone.app.intid.git pushurl=${remotes:plone_push}/plone.app.intid.git
plone.app.relationfield = git ${remotes:plone}/plone.app.relationfield.git pushurl=${remotes:plone_push}/plone.app.relationfield.git
Products.PDBDebugMode = git ${remotes:collective}/Products.PDBDebugMode.git pushurl=${remotes:collective_push}/Products.PDBDebugMode.git branch=master