From 9639e34eef43f5e3b05f1f1465b3665c24a2000e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Messiant?= Date: Mon, 28 Jan 2013 18:07:33 +0100 Subject: [PATCH] Removed collective.contact.content and collective.contact.vcard from sources and checkouts --- checkouts.cfg | 2 -- sources.cfg | 2 -- 2 files changed, 4 deletions(-) diff --git a/checkouts.cfg b/checkouts.cfg index b30fc5a..f0dc15b 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -4,8 +4,6 @@ extends = https://raw.github.com/plone/buildout.dexterity/master/sources.cfg always-checkout = force auto-checkout += - collective.contact.content - collective.contact.vcard collective.dms.basecontent plone.app.dexterity plone.dexterity diff --git a/sources.cfg b/sources.cfg index 25a820f..7239d71 100644 --- a/sources.cfg +++ b/sources.cfg @@ -13,7 +13,5 @@ entrouvert = git://repos.entrouvert.org entrouvert_push = git+ssh://git@repos.entrouvert.org [sources] -collective.contact.content = git ${remotes:vincentfretin}/collective.contact.content.git pushurl=${remotes:vincentfretin_push}/collective.contact.content.git -collective.contact.vcard = git ${remotes:vincentfretin}/collective.contact.vcard.git pushurl=${remotes:vincentfretin_push}/collective.contact.vcard.git collective.dms.basecontent = git ${remotes:vincentfretin}/collective.dms.basecontent.git pushurl=${remotes:vincentfretin_push}/collective.dms.basecontent.git collective.dms.batchimport = git ${remotes:vincentfretin}/collective.dms.batchimport.git pushurl=${remotes:vincentfretin_push}/collective.dms.batchimport.git