From 002640c05fa4d09b156a5f641f0aa00111f1a9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 24 Feb 2014 11:07:28 +0100 Subject: [PATCH] use fork of plone.dexterity --- checkouts.cfg | 1 + sources.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index bdbc20d..c9ddea6 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -19,6 +19,7 @@ auto-checkout += collective.solr plone.formwidget.querystring plone.principalsource + plone.dexterity # plone plone.app.z3cform plone.api diff --git a/sources.cfg b/sources.cfg index bd581db..a4e5224 100644 --- a/sources.cfg +++ b/sources.cfg @@ -45,3 +45,4 @@ plone.app.z3cform = git ${remotes:cedricmessiant}/plone.app.z3cform.git pushurl= collective.solr = git ${remotes:entrouvert}/collective.solr.git pushurl=${remotes:entrouvert_push}/collective.solr.git 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