Commit 0d6e89b0 authored by Arnaud Fontaine's avatar Arnaud Fontaine

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
parent 9fe77894
......@@ -21,7 +21,6 @@ eggs +=
Products.ERP5Form
Products.ERP5Legacy
Products.ERP5OOo
Products.ERP5PropertySheetLegacy
Products.ERP5Security
Products.ERP5Subversion
Products.ERP5SyncML
......
......@@ -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
......
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment