forked from plone/buildout.coredev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmftrunk.cfg
28 lines (25 loc) · 1.04 KB
/
cmftrunk.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
[buildout]
extends =
buildout.cfg
auto-checkout +=
Products.CMFActionIcons
Products.CMFCalendar
Products.CMFCore
Products.CMFDefault
Products.CMFTopic
Products.CMFUid
Products.DCWorkflow
eggs +=
Products.PythonScripts
Products.BTreeFolder2
Products.StandardCacheManagers
Products.MailHost
Products.ExternalMethod
[sources]
Products.CMFActionIcons = svn http://svn.zope.org/repos/main/Products.CMFActionIcons/trunk
Products.CMFCalendar = svn http://svn.zope.org/repos/main/Products.CMFCalendar/trunk
Products.CMFCore = svn http://svn.zope.org/repos/main/Products.CMFCore/trunk
Products.CMFDefault = svn http://svn.zope.org/repos/main/Products.CMFDefault/trunk
Products.CMFTopic = svn http://svn.zope.org/repos/main/Products.CMFTopic/trunk
Products.CMFUid = svn http://svn.zope.org/repos/main/Products.CMFUid/trunk
Products.DCWorkflow = svn http://svn.zope.org/repos/main/Products.DCWorkflow/trunk