From eb503d50b31d423c80cd5329fcce1d1638fc2b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 25 Mar 2013 15:57:54 +0100 Subject: [PATCH] buildout: add collective.z3cform.rolefield --- checkouts.cfg | 1 + sources.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index 298b137..9e613e2 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -14,3 +14,4 @@ auto-checkout += plone.formwidget.masterselect plone.app.z3cform z3c.form + collective.z3cform.rolefield diff --git a/sources.cfg b/sources.cfg index b116c58..f4e44cd 100644 --- a/sources.cfg +++ b/sources.cfg @@ -24,3 +24,4 @@ collective.dms.thesaurus = git ${remotes:collective}/collective.dms.thesaurus.gi plone.formwidget.masterselect = git ${remotes:cedricmessiant}/plone.formwidget.masterselect.git pushurl=${remotes:cedricmessiant_push}/plone.formwidget.masterselect.git plone.app.z3cform = git ${remotes:plone}/plone.app.z3cform.git pushurl=${remotes:plone_push}/plone.app.z3cform.git z3c.form = git ${remotes:zopefoundation}/z3c.form pushurl=${remotes:zopefoundation_push}/z3c.form +collective.z3cform.rolefield = git ${remotes:collective}/collective.z3cform.rolefield.git pushurl=${remotes:collective_push}/collective.z3cform.rolefield.git