From 3577bb1ec72a3ce77189ce6b5ee3252529ed8d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 7 Mar 2014 10:10:36 +0100 Subject: [PATCH] add local fork of Products.LDAPMultiPlugins (#4406) --- checkouts.cfg | 1 + sources.cfg | 1 + 2 files changed, 2 insertions(+) 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