From 4231544b22613470dac1842352aeff8afee6fda6 Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Wed, 1 Dec 2010 15:59:35 +0000 Subject: [PATCH] The Products.ExternalEditor is not required. And it crashes the installation of zope2.8 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40990 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/profiles/development.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg index 437453f634..cd4d575428 100644 --- a/buildout/profiles/development.cfg +++ b/buildout/profiles/development.cfg @@ -30,8 +30,8 @@ instance-home = ${configuration:development_site_instancehome} <= zope-instance-template # developer by default want to have updatable Data.fs force-zodb-update = true -eggs = - Products.ExternalEditor +#eggs = +# Products.ExternalEditor # MySQL mysql_database_name = development_site -- 2.30.9