Skip to content

Commit e895272

Browse files
committed
Buildout to use CMF trunk. Most Products.CMFPlone tests now at least run.
svn path=/buildouts/plone-coredev/branches/4.1/; revision=48936
1 parent 4f70904 commit e895272

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

checkouts.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ auto-checkout =
77
# that can only happen in tests
88
Products.GenericSetup
99
Products.ATContentTypes
10+
Products.PlonePAS
1011
Products.TinyMCE
12+
Products.kupu
1113
plone.app.content
1214
plone.app.contentrules
1315
plone.app.discussion

cmftrunk.cfg

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)