From 2257d098aee7a6d877c3f743b88ee7d5451de105 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 23 Feb 2010 13:22:45 +0000
Subject: [PATCH]  - make development as standalone profile, instance type, by
 default

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

diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg
index 15277a4cf2..d4b64506a7 100644
--- a/buildout/profiles/development.cfg
+++ b/buildout/profiles/development.cfg
@@ -2,30 +2,6 @@
 extends = ../profiles/deployment.cfg
 
 parts =
-  pythonbin
-  eggs
-  apache
-  memcached
-  varnish
-  mysql-tritonn-5.0
-  zope-2.8
-  cmf15
-  itools
-  mysql-python
-  products-deps
-  products-erp5
-  products-erp5-development
-  products-other
-  bt5-erp5
-  openoffice-bin
-  oood
-# instances generation
-  mysql-instance
-  oood-instance
-  supervisor-instance
-# instances start
-  supervisor-start
-# zope instance generation
   zope-instance
 
 [software_definition]
@@ -46,14 +22,14 @@ http-address = 18080
 # local products to be able to override
 products =
   ${:instancehome}/Products/
-  ${cmf15:location}
-  ${products-deps:location}
-  ${products-erp5-development:location}
-  ${products-erp5:location}
-  ${products-other:location}/Products
+  ${software_definition:products-erp5}
+  ${software_definition:products-erp5-development}
+  ${software_definition:products-deps}
+  ${software_definition:products-other}
+  ${software_definition:products-cmf15}
 # zope.conf template part ENDS
 
-eggs +=
+eggs =
   Products.ExternalEditor
 
 mysql_database_name = development_site
-- 
2.30.9