From 20d7189bc920dcef1cef2a5af2c842cae2c30aa2 Mon Sep 17 00:00:00 2001 From: tisto Date: Tue, 12 Nov 2013 07:56:27 +0100 Subject: [PATCH] Add plone.app.textfield to sources and auto-checkout. --- plips/plip10359-z3cform-controlpanel.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plips/plip10359-z3cform-controlpanel.cfg b/plips/plip10359-z3cform-controlpanel.cfg index 3d7afcfedd..c5d9b24798 100644 --- a/plips/plip10359-z3cform-controlpanel.cfg +++ b/plips/plip10359-z3cform-controlpanel.cfg @@ -9,6 +9,7 @@ auto-checkout += plone.app.controlpanel plone.app.layout plone.app.linkintegrity + plone.app.textfield parts += test @@ -19,8 +20,10 @@ defaults = ['--auto-color', '--auto-progress'] [sources] plone.app.controlpanel = git ${remotes:plone}/plone.app.controlpanel.git pushurl=${remotes:plone_push}/plone.app.controlpanel.git branch=plip10359-z3cform +plone.app.form = git ${remotes:plone}/plone.app.form.git pushurl=${remotes:plone_push}/plone.app.form.git branch=plip10359-z3cform-controlpanel plone.app.layout = git ${remotes:plone}/plone.app.layout.git pushurl=${remotes:plone_push}/plone.app.layout.git branch=plip10359-z3cform-controlpanel plone.app.linkintegrity = git ${remotes:plone}/plone.app.linkintegrity.git pushurl=${remotes:plone_push}/plone.app.linkintegrity.git branch=plip10359-z3cform-controlpanel +plone.app.textfield = git ${remotes:plone}/plone.app.textfield.git pushurl=${remotes:plone_push}/plone.app.textfield.git branch=plip10359-z3cform-controlpanel Products.CMFPlone = git ${remotes:plone}/Products.CMFPlone.git pushurl=${remotes:plone_push}/Products.CMFPlone.git branch=plip10359-z3cform-controlpanel Products.MailHost = git git@github.com:zopefoundation/Products.MailHost.git