forked from plone/plone.app.event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources-dev.cfg
43 lines (39 loc) · 1.83 KB
/
sources-dev.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
[buildout]
auto-checkout +=
Plone
Products.ATContentTypes
Products.CMFPlone
Products.PloneTestCase
plone.app.controlpanel
plone.app.portlets
plone.app.testing
plone.app.users
[sources]
## PLONE CORE
Plone = git ${pae_remotes:plone}/Plone.git pushurl=${pae_remotes:plone_push}/Plone.git
# branch=4.4.x
Products.ATContentTypes = git ${pae_remotes:plone}/Products.ATContentTypes.git pushurl=${pae_remotes:plone_push}/Products.ATContentTypes.git
# branch=plip10886-event-improvements
Products.CMFPlone = git ${pae_remotes:plone}/Products.CMFPlone.git pushurl=${pae_remotes:plone_push}/Products.CMFPlone.git
# branch=4.4.x
# branch=plip10886-event-improvements
Products.PloneTestCase = git ${pae_remotes:plone}/Products.PloneTestCase.git pushurl=${pae_remotes:plone_push}/Products.PloneTestCase.git
# branch=plip9302-vs-event-integration
plone.app.controlpanel = git ${pae_remotes:plone}/plone.app.controlpanel.git pushurl=${pae_remotes:plone_push}/plone.app.controlpanel.git
# branch=plip10886-event-improvements
plone.app.portlets = git ${pae_remotes:plone}/plone.app.portlets.git pushurl=${pae_remotes:plone_push}/plone.app.portlets.git
# branch=plip10886-event-improvements
plone.app.testing = git ${pae_remotes:plone}/plone.app.testing.git pushurl=${pae_remotes:plone_push}/plone.app.testing.git
# branch=plip10886-event-improvements
plone.app.users = git ${pae_remotes:plone}/plone.app.users.git pushurl=${pae_remotes:plone_push}/plone.app.users.git
# branch=plip10886-event-improvements
[test]
eggs +=
Plone
Products.ATContentTypes [test]
Products.CMFPlone [test]
Products.PloneTestCase
plone.app.controlpanel
plone.app.portlets [test]
plone.app.testing
plone.app.users [test]