From c2ea8eaeff6cac8035fe880a73eb92e18c2adfc7 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Tue, 8 Feb 2011 12:37:42 +0000
Subject: [PATCH]  Experimental Configuration file which use products as eggs
 instead of checkout into product folders. THIS IS NOT ENOUGH TESTED, USE IT
 ONLY FOR TEST PURPOSE.

For use it, extend your buildout with this configuration like:
extends = link/to/buildout-2.12.cfg
          link/to/sofware-profiles/products-as-eggs.cfg

In BOTH setups, software and instances.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43171 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../software-profiles/products-as-eggs.cfg    | 46 +++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 buildout/software-profiles/products-as-eggs.cfg

diff --git a/buildout/software-profiles/products-as-eggs.cfg b/buildout/software-profiles/products-as-eggs.cfg
new file mode 100644
index 0000000000..a13a6b2fd4
--- /dev/null
+++ b/buildout/software-profiles/products-as-eggs.cfg
@@ -0,0 +1,46 @@
+# Experimental Configuration file which use products as eggs instead of
+# checkout into product folders.
+# THIS IS NOT ENOUGH TESTED, USE IT ONLY FOR TEST PURPOSE.
+
+# For use it, extend your buildout with this configuration like:
+# extends = link/to/buildout-2.12.cfg
+#           link/to/sofware-profiles/products-as-eggs.cfg
+#
+#  In BOTH setups, software and instances.
+#
+
+[eggs]
+eggs +=
+  Products.AGProjects
+  Products.CMFActivity
+  Products.CMFCategory
+  Products.ERP5
+  Products.ERP5Catalog
+  Products.ERP5Form
+  Products.ERP5Legacy
+  Products.ERP5OOo
+  Products.ERP5PropertySheetLegacy
+  Products.ERP5Security
+  Products.ERP5Subversion
+  Products.ERP5SyncML
+  Products.ERP5Type
+  Products.ERP5Wizard
+  Products.ERP5Workflow
+  Products.Formulator
+  Products.HBTreeFolder2
+  Products.MailTemplates
+  Products.PortalTransforms
+  Products.TimerService
+  Products.ZMySQLDA
+  Products.ZMySQLDDA
+  Products.ZSQLCatalog
+
+# INCLUDE SHOULD WE Include LDAP by default?
+
+[products-erp5]
+# Skip
+command = mkdir -p ${:location}
+
+[products-erp5-development]
+# Skip
+command = mkdir -p ${:location}
-- 
2.30.9