From 423fac36f8c7d095fed416f673da92bfbb431a4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 15 Oct 2010 16:37:58 +0000
Subject: [PATCH]  - business templates are not provided by default, so set
 them to empty    ones

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39250 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/instance-profiles/zope-2.12.cfg | 4 ++++
 buildout/instance-profiles/zope.cfg      | 4 ++++
 buildout/profiles/development-2.12.cfg   | 2 --
 buildout/profiles/development.cfg        | 2 --
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/buildout/instance-profiles/zope-2.12.cfg b/buildout/instance-profiles/zope-2.12.cfg
index 76a8217fe1..a9da61b714 100644
--- a/buildout/instance-profiles/zope-2.12.cfg
+++ b/buildout/instance-profiles/zope-2.12.cfg
@@ -6,6 +6,10 @@ parts = zope-instance
 recipe = erp5.recipe.standaloneinstance
 user = zope:zope
 
+# empty bt5 by default
+bt5 =
+bt5-path =
+
 # modify this to reflect your local mysql configuration
 # Format:
 #     database[@host[:port]] [user [password [unix_socket]]]
diff --git a/buildout/instance-profiles/zope.cfg b/buildout/instance-profiles/zope.cfg
index 5fe739a664..605c79bc48 100644
--- a/buildout/instance-profiles/zope.cfg
+++ b/buildout/instance-profiles/zope.cfg
@@ -6,6 +6,10 @@ recipe = erp5.recipe.standaloneinstance
 zope2-location = ${software_definition:zope_software}
 user = zope:zope
 
+# empty bt5 by default
+bt5 =
+bt5-path =
+
 # modify this to reflect your local mysql configuration
 # Format:
 #     database[@host[:port]] [user [password [unix_socket]]]
diff --git a/buildout/profiles/development-2.12.cfg b/buildout/profiles/development-2.12.cfg
index ecd742d519..e7dae705ee 100644
--- a/buildout/profiles/development-2.12.cfg
+++ b/buildout/profiles/development-2.12.cfg
@@ -43,8 +43,6 @@ mysql_user = test
 mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance
 # developer by default want to have updatable Data.fs
 force-zodb-update = true
-bt5-path = ${configuration:development_site_bt5_path}
-bt5 =
 eggs =
   Products.ExternalEditor
   ${eggs:eggs}
diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg
index f28d1e3759..55856313ed 100644
--- a/buildout/profiles/development.cfg
+++ b/buildout/profiles/development.cfg
@@ -34,8 +34,6 @@ instance-home = ${configuration:development_site_instancehome}
 <= zope-instance-template
 # developer by default want to have updatable Data.fs
 force-zodb-update = true
-bt5-path = ${configuration:development_site_bt5_path}
-bt5 =
 eggs =
   Products.ExternalEditor
 
-- 
2.30.9