forked from plone/plone.app.event
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources-dev.cfg
More file actions
38 lines (34 loc) · 1.88 KB
/
Copy pathsources-dev.cfg
File metadata and controls
38 lines (34 loc) · 1.88 KB
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
[buildout]
extensions += mr.developer
auto-checkout +=
Products.ATContentTypes
Products.CMFPlone
Products.PloneTestCase
plone.app.controlpanel
plone.app.portlets
plone.app.testing
plone.app.users
[sources]
## PLONE CORE
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=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 =
Products.ATContentTypes [test]
Products.CMFPlone [test]
Products.DateRecurringIndex [test]
Products.PloneTestCase
icalendar [test]
plone.app.controlpanel
plone.app.event [archetypes,dexterity,test]
plone.app.portlets [test]
plone.app.testing
plone.app.users [test]
plone.event [test]
plone.formwidget.datetime [archetypes,z3cform,test]
plone.formwidget.recurrence [archetypes,z3cform,test]