File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ auto-checkout =
7
7
# that can only happen in tests
8
8
Products.GenericSetup
9
9
Products.ATContentTypes
10
+ Products.PlonePAS
10
11
Products.TinyMCE
12
+ Products.kupu
11
13
plone.app.content
12
14
plone.app.contentrules
13
15
plone.app.discussion
Original file line number Diff line number Diff line change
1
+ [buildout]
2
+ extends =
3
+ buildout.cfg
4
+
5
+ auto-checkout +=
6
+ Products.CMFActionIcons
7
+ Products.CMFCalendar
8
+ Products.CMFCore
9
+ Products.CMFDefault
10
+ Products.CMFTopic
11
+ Products.CMFUid
12
+ Products.DCWorkflow
13
+
14
+ eggs +=
15
+ Products.PythonScripts
16
+ Products.BTreeFolder2
17
+ Products.StandardCacheManagers
18
+ Products.MailHost
19
+ Products.ExternalMethod
20
+
21
+ [sources]
22
+ Products.CMFActionIcons = svn http://svn.zope.org/repos/main/Products.CMFActionIcons/trunk
23
+ Products.CMFCalendar = svn http://svn.zope.org/repos/main/Products.CMFCalendar/trunk
24
+ Products.CMFCore = svn http://svn.zope.org/repos/main/Products.CMFCore/trunk
25
+ Products.CMFDefault = svn http://svn.zope.org/repos/main/Products.CMFDefault/trunk
26
+ Products.CMFTopic = svn http://svn.zope.org/repos/main/Products.CMFTopic/trunk
27
+ Products.CMFUid = svn http://svn.zope.org/repos/main/Products.CMFUid/trunk
28
+ Products.DCWorkflow = svn http://svn.zope.org/repos/main/Products.DCWorkflow/trunk
You can’t perform that action at this time.
0 commit comments