From a5797a753c2c0605a1ca683bc3f77dd0b26b349c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 16 Feb 2010 16:23:19 +0000
Subject: [PATCH]  - use more business templates to have quite functional site

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32647 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/development.cfg | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/buildout/development.cfg b/buildout/development.cfg
index 0c80e4217a..c7d1d688a4 100644
--- a/buildout/development.cfg
+++ b/buildout/development.cfg
@@ -36,7 +36,30 @@ mysql_database_name = development_site
 erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}:${configuration:mysql_port} root
 bt5 =
    erp5_base
+   erp5_pdm
+   erp5_trade
+   erp5_accounting
+   erp5_invoicing
+   erp5_simplified_invoicing
+   erp5_ods_style
+   erp5_odt_style
+   erp5_ingestion_mysql_innodb_catalog
+   erp5_ingestion
+   erp5_crm
    erp5_forge
+   erp5_web
+   erp5_dms
+   erp5_ui_test_core
+   erp5_ui_test
+   erp5_pdm_ui_test
+   erp5_accounting_ui_test
+   erp5_web_ui_test
+   erp5_dms_ui_test
+   erp5_l10n_fr
+   erp5_l10n_ja
+   erp5_l10n_pl_PL
+   erp5_l10n_pt-BR
+
 [requirements]
 binary +=
   svn
-- 
2.30.9