diff --git a/checkouts.cfg b/checkouts.cfg index 4cfb2774d6..8fdefc374a 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -7,7 +7,9 @@ auto-checkout = # that can only happen in tests Products.GenericSetup Products.ATContentTypes + Products.PlonePAS Products.TinyMCE + Products.kupu plone.app.content plone.app.contentrules plone.app.discussion diff --git a/cmftrunk.cfg b/cmftrunk.cfg new file mode 100644 index 0000000000..8e5464f589 --- /dev/null +++ b/cmftrunk.cfg @@ -0,0 +1,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