diff --git a/checkouts.cfg b/checkouts.cfg index a55fa5a..ea97b14 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -20,6 +20,7 @@ auto-checkout += plone.formwidget.querystring plone.principalsource plone.dexterity + Products.LDAPMultiPlugins # plone plone.app.z3cform plone.api diff --git a/sources.cfg b/sources.cfg index 4a6261c..a87a4e9 100644 --- a/sources.cfg +++ b/sources.cfg @@ -46,3 +46,4 @@ collective.solr = git ${remotes:entrouvert}/collective.solr.git pushurl=${remote plone.formwidget.querystring = git ${remotes:entrouvert}/plone.formwidget.querystring.git pushurl=${remotes:entrouvert_push}/plone.formwidget.querystring.git plone.principalsource = git ${remotes:entrouvert}/plone.principalsource.git pushurl=${remotes:entrouvert_push}/plone.principalsource.git plone.dexterity = git ${remotes:entrouvert}/plone.dexterity.git pushurl=${remotes:entrouvert_push}/plone.dexterity.git +Products.LDAPMultiPlugins = git ${remotes:entrouvert}/Products.LDAPMultiPlugins.git pushurl=${remotes:entrouvert_push}/Products.LDAPMultiPlugins.git