From dfbe2e7578b96648a4ab21adac51e13de20fa892 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 15 Oct 2010 16:39:40 +0000
Subject: [PATCH]  - do not refer to BT5, they are not provided

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

diff --git a/buildout/profiles/development-2.12.cfg b/buildout/profiles/development-2.12.cfg
index e7dae705ee..87d154113b 100644
--- a/buildout/profiles/development-2.12.cfg
+++ b/buildout/profiles/development-2.12.cfg
@@ -9,8 +9,6 @@ parts +=
   runUnitTest
 
 [configuration]
-development_site_bt5_path =
-
 development_site_products =
   ${software_definition:products-erp5}
   ${software_definition:products-erp5-development}
@@ -27,8 +25,6 @@ eggs = ${development-site:eggs}
 extra-paths = ${development-site:extra-paths}
 products = ${configuration:development_site_products}
 
-bt5_path = ${configuration:development_site_bt5_path}
-
 instance-home = ${configuration:development_site_instancehome}
 initialization =
   import os
diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg
index 55856313ed..437453f634 100644
--- a/buildout/profiles/development.cfg
+++ b/buildout/profiles/development.cfg
@@ -9,8 +9,6 @@ parts +=
   runUnitTest
 
 [configuration]
-development_site_bt5_path =
-
 development_site_products =
   ${software_definition:products-zope} 
   ${software_definition:products-erp5}
@@ -26,8 +24,6 @@ development_site_instancehome = ${buildout:var-directory}/development-site
 zope2-location = ${software_definition:zope_software}
 products = ${configuration:development_site_products}
 
-bt5_path = ${configuration:development_site_bt5_path}
-
 instance-home = ${configuration:development_site_instancehome}
 
 [development-site]
-- 
2.30.9