[Erp5-report] r33033 luke - /erp5/trunk/buildout/instance-profiles/zope.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 23 14:33:13 CET 2010
Author: luke
Date: Tue Feb 23 14:33:13 2010
New Revision: 33033
URL: http://svn.erp5.org?rev=33033&view=rev
Log:
- eggs are provided by software in generated python, no need to redefine
- fix product definition path
Modified:
erp5/trunk/buildout/instance-profiles/zope.cfg
Modified: erp5/trunk/buildout/instance-profiles/zope.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope.cfg?rev=33033&r1=33032&r2=33033&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] Tue Feb 23 14:33:13 2010
@@ -13,7 +13,6 @@
# 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 @@
# 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
More information about the Erp5-report
mailing list