From a1a0c4597aa0644b78591bda4bb2c4f4e184cc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 28 Feb 2013 12:19:16 +0100 Subject: [PATCH] add plone.formwidget.masterselect checkout --- checkouts.cfg | 1 + sources.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index efe5d2c..352a15b 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -10,3 +10,4 @@ auto-checkout += collective.contact.core plone.app.dexterity plone.dexterity + plone.formwidget.masterselect diff --git a/sources.cfg b/sources.cfg index 50b8bce..d63377b 100644 --- a/sources.cfg +++ b/sources.cfg @@ -19,3 +19,4 @@ collective.dms.basecontent = git ${remotes:collective}/collective.dms.baseconten collective.dms.batchimport = git ${remotes:collective}/collective.dms.batchimport.git pushurl=${remotes:collective_push}/collective.dms.batchimport.git collective.dms.mailcontent = git ${remotes:collective}/collective.dms.mailcontent.git pushurl=${remotes:collective_push}/collective.dms.mailcontent.git collective.dms.thesaurus = git ${remotes:collective}/collective.dms.thesaurus.git pushurl=${remotes:collective_push}/collective.dms.thesaurus.git +plone.formwidget.masterselect = git ${remotes:cedricmessiant}/plone.formwidget.masterselect.git pushurl=${remotes:cedricmessiant_push}/plone.formwidget.masterselect.git