From 0d6e89b07d6acd8c83d3e12654030b399d7ac371 Mon Sep 17 00:00:00 2001
From: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Date: Mon, 21 Feb 2011 14:07:27 +0000
Subject: [PATCH] Remove ERP5PropertySheetLegacy from buildout and tests and
 move ERP5PropertySheetLegacy to appropriate folder

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43526 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/products-as-eggs.cfg | 1 -
 buildout/software-profiles/products-erp5.cfg    | 2 +-
 tests/__init__.py                               | 5 ++---
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/buildout/software-profiles/products-as-eggs.cfg b/buildout/software-profiles/products-as-eggs.cfg
index 24ed6fc4c8..fcc7d9ad2d 100644
--- a/buildout/software-profiles/products-as-eggs.cfg
+++ b/buildout/software-profiles/products-as-eggs.cfg
@@ -21,7 +21,6 @@ eggs +=
   Products.ERP5Form
   Products.ERP5Legacy
   Products.ERP5OOo
-  Products.ERP5PropertySheetLegacy
   Products.ERP5Security
   Products.ERP5Subversion
   Products.ERP5SyncML
diff --git a/buildout/software-profiles/products-erp5.cfg b/buildout/software-profiles/products-erp5.cfg
index b26cab24ac..d033696653 100644
--- a/buildout/software-profiles/products-erp5.cfg
+++ b/buildout/software-profiles/products-erp5.cfg
@@ -11,7 +11,7 @@ svn_param =--trust-server-cert --non-interactive --quiet --revision ${versions:e
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 update-command = ${:command}
-product_list = AGProjects CMFActivity CMFCategory ERP5 ERP5Catalog ERP5Form ERP5Legacy ERP5OOo ERP5PropertySheetLegacy ERP5Security ERP5SyncML ERP5Type ERP5Wizard ERP5Workflow Formulator HBTreeFolder2 MailTemplates PortalTransforms TimerService ZMySQLDA ZMySQLDDA ZSQLCatalog ERP5Configurator
+product_list = AGProjects CMFActivity CMFCategory ERP5 ERP5Catalog ERP5Form ERP5Legacy ERP5OOo ERP5Security ERP5SyncML ERP5Type ERP5Wizard ERP5Workflow Formulator HBTreeFolder2 MailTemplates PortalTransforms TimerService ZMySQLDA ZMySQLDDA ZSQLCatalog ERP5Configurator
 command =
   for product in ${:product_list} ; do ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/products/$product ${:location}/$product || exit 1 ; done
 
diff --git a/tests/__init__.py b/tests/__init__.py
index 225bc9a72c..16752b0488 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -6,9 +6,8 @@ class _ERP5(ERP5TypeTestSuite):
   realtime_output = False
   enabled_product_list = ('CMFActivity', 'CMFCategory', 'ERP5', 'ERP5Catalog',
                           'ERP5eGovSecurity', 'ERP5Form', 'ERP5Legacy',
-                          'ERP5OOo', 'ERP5PropertySheetLegacy', 'ERP5Security',
-                          'ERP5Subversion', 'ERP5SyncML', 'ERP5Type',
-                          'ERP5Wizard', 'Formulator', 'HBTreeFolder2',
+                          'ERP5OOo', 'ERP5Security', 'ERP5Subversion', 'ERP5SyncML',
+                          'ERP5Type', 'ERP5Wizard', 'Formulator', 'HBTreeFolder2',
                           'MailTemplates', 'PortalTransforms', 'TimerService',
                           'ZLDAPConnection', 'ZLDAPMethods', 'ZMySQLDA',
                           'ZMySQLDDA', 'ZSQLCatalog')
-- 
2.30.9