From 00a72e7f2f37c60b731503c1d03c180c35081438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 23 Feb 2010 13:33:13 +0000 Subject: [PATCH] - eggs are provided by software in generated python, no need to redefine - fix product definition path git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33033 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/instance-profiles/zope.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildout/instance-profiles/zope.cfg b/buildout/instance-profiles/zope.cfg index aacd732d66..b7828ab977 100644 --- a/buildout/instance-profiles/zope.cfg +++ b/buildout/instance-profiles/zope.cfg @@ -13,7 +13,6 @@ user = zope:zope # database[@host[:port]] [user [password [unix_socket]]] # e.g "erp5db erp5user somepassword" or "erp5db erp5user" erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}:${configuration:mysql_port} root -eggs = ${eggs:eggs} zope_conf_template = ${buildout:directory}/templates/default-erp5-standalone-zope.conf.in @@ -26,7 +25,7 @@ force-zodb-update = false # instancehome and http-address have to be defined # User modifable keys: products = - ${software_definition:cmf15} + ${software_definition:products-cmf15} ${software_definition:products-deps} ${software_definition:products-erp5} ${software_definition:products-other}/Products -- 2.30.9