diff --git a/checkouts.cfg b/checkouts.cfg index f2b60b4b3b..39f70be14b 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -12,7 +12,6 @@ auto-checkout = plone.resourceeditor Products.CMFPlone z3c.form -# z3c.formwidget.query zope.formlib collective.testcaselayer collective.xmltestreport @@ -56,6 +55,7 @@ auto-checkout = Products.Archetypes Products.CMFDiffTool Products.ResourceRegistries + Products.TinyMCE plone.app.relationfield plone.app.referenceablebehavior plone.app.stagingbehavior diff --git a/sources.cfg b/sources.cfg index 3cdd2b50e2..e2ac5dc330 100644 --- a/sources.cfg +++ b/sources.cfg @@ -173,7 +173,7 @@ Products.PloneTestCase = git ${remotes:plone}/Products.PloneTestCas Products.PluggableAuthService = svn ${remotes:zope}/Products.PluggableAuthService/trunk Products.PluginRegistry = svn ${remotes:zope}/Products.PluginRegistry/trunk Products.PortalTransforms = git ${remotes:plone}/Products.PortalTransforms.git pushurl=${remotes:plone_push}/Products.PortalTransforms.git -Products.ResourceRegistries = git ${remotes:plone}/Products.ResourceRegistries.git pushurl=${remotes:plone_push}/Products.ResourceRegistries.git +Products.ResourceRegistries = git ${remotes:plone}/Products.ResourceRegistries.git pushurl=${remotes:plone_push}/Products.ResourceRegistries.git branch=2.2.x Products.SecureMailHost = svn ${remotes:svn_collective}/SecureMailHost/branches/1.1 Products.statusmessages = git ${remotes:plone}/Products.statusmessages.git pushurl=${remotes:plone_push}/Products.statusmessages.git Products.TinyMCE = git ${remotes:plone}/Products.TinyMCE.git pushurl=${remotes:plone_push}/Products.TinyMCE.git branch=1.3.x