forked from plone/plone.app.event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources-rw.cfg
43 lines (37 loc) · 1.56 KB
/
sources-rw.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
## READ/WRITE GIT SOURCES
[buildout]
auto-checkout +=
Products.CMFPlone
Products.ATContentTypes
Products.DateRecurringIndex
Products.PloneTestCase
plone.app.event
plone.app.portlets
plone.event
plone.formwidget.datetime
plone.formwidget.recurrence
icalendar
[sources]
Products.CMFPlone = svn https://svn.plone.org/svn/plone/Products.CMFPlone/branches/plip10886-event-improvements
Products.ATContentTypes = svn https://svn.plone.org/svn/collective/Products.ATContentTypes/branches/plip10886-event-improvements
Products.PloneTestCase = svn https://svn.plone.org/svn/collective/Products.PloneTestCase/branches/plip9302-vs-event-integration
plone.app.portlets = svn https://svn.plone.org/svn/plone/plone.app.portlets/branches/plip10886-event-improvements
## git ssh
Products.DateRecurringIndex = git [email protected]:collective/Products.DateRecurringIndex.git
plone.app.event = git [email protected]:collective/plone.app.event.git
plone.event = git [email protected]:collective/plone.event.git
plone.formwidget.datetime = git [email protected]:collective/plone.formwidget.datetime.git
plone.formwidget.recurrence = git [email protected]:collective/plone.formwidget.recurrence.git
icalendar = git [email protected]:collective/icalendar.git
[test]
eggs =
Products.CMFPlone
Products.ATContentTypes
Products.PloneTestCase
plone.app.portlets
Products.DateRecurringIndex [test]
plone.app.event [archetypes,test]
plone.event [test]
plone.formwidget.datetime [archetypes,z3cform,test]
plone.formwidget.recurrence [test]
icalendar [test]