forked from plone/plone.app.event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.cfg
34 lines (30 loc) · 1.63 KB
/
sources.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
[buildout]
extensions += mr.developer
auto-checkout +=
Products.DateRecurringIndex
icalendar
jquery.recurrenceinput.js
plone.event
plone.app.event
plone.formwidget.datetime
plone.formwidget.recurrence
# plone.app.event source is included here, so this file can be used to extend
# other buildouts. For local buildouts, the plone.app.event checkout is
# removed.
[pae_remotes]
plone = git://github.com/plone
plone_push = git@github.com:plone
collective = git://github.com/collective
collective_push = git@github.com:collective
[sources]
Products.DateRecurringIndex = git ${pae_remotes:collective}/Products.DateRecurringIndex.git pushurl=${pae_remotes:collective_push}/Products.DateRecurringIndex.git
icalendar = git ${pae_remotes:collective}/icalendar.git pushurl=${pae_remotes:collective_push}/icalendar.git
jquery.recurrenceinput.js = git ${pae_remotes:collective}/jquery.recurrenceinput.js.git egg=false pushurl=${pae_remotes:collective_push}/jquery.recurrenceinput.js.git
plone.app.event = git ${pae_remotes:plone}/plone.app.event.git pushurl=${pae_remotes:plone_push}/plone.app.event.git
plone.event = git ${pae_remotes:plone}/plone.event.git pushurl=${pae_remotes:plone_push}/plone.event.git
plone.formwidget.datetime = git ${pae_remotes:plone}/plone.formwidget.datetime.git pushurl=${pae_remotes:plone_push}/plone.formwidget.datetime.git
plone.formwidget.recurrence = git ${pae_remotes:plone}/plone.formwidget.recurrence.git pushurl=${pae_remotes:plone_push}/plone.formwidget.recurrence.git
[versions]
plone.app.portlets = 2.4.6
plone.autoform = 1.5
z3c.unconfigure = 1.0.1