[Erp5-report] r43526 arnaud.fontaine - in /erp5/trunk: buildout/software-profiles/ obsolete...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 21 15:07:28 CET 2011


Author: arnaud.fontaine
Date: Mon Feb 21 15:07:27 2011
New Revision: 43526

URL: http://svn.erp5.org?rev=43526&view=rev
Log:
Remove ERP5PropertySheetLegacy from buildout and tests and move
ERP5PropertySheetLegacy to appropriate folder


Added:
    erp5/trunk/obsolete/products/ERP5PropertySheetLegacy/
      - copied from r43523, erp5/trunk/obsolete/ERP5PropertySheetLegacy/
Removed:
    erp5/trunk/obsolete/ERP5PropertySheetLegacy/
Modified:
    erp5/trunk/buildout/software-profiles/products-as-eggs.cfg
    erp5/trunk/buildout/software-profiles/products-erp5.cfg
    erp5/trunk/tests/__init__.py

Modified: erp5/trunk/buildout/software-profiles/products-as-eggs.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/products-as-eggs.cfg?rev=43526&r1=43525&r2=43526&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/products-as-eggs.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/products-as-eggs.cfg [utf8] Mon Feb 21 15:07:27 2011
@@ -21,7 +21,6 @@ eggs +=
   Products.ERP5Form
   Products.ERP5Legacy
   Products.ERP5OOo
-  Products.ERP5PropertySheetLegacy
   Products.ERP5Security
   Products.ERP5Subversion
   Products.ERP5SyncML

Modified: erp5/trunk/buildout/software-profiles/products-erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/products-erp5.cfg?rev=43526&r1=43525&r2=43526&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/products-erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/products-erp5.cfg [utf8] Mon Feb 21 15:07:27 2011
@@ -11,7 +11,7 @@ svn_param =--trust-server-cert --non-int
 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
 

Modified: erp5/trunk/tests/__init__.py
URL: http://svn.erp5.org/erp5/trunk/tests/__init__.py?rev=43526&r1=43525&r2=43526&view=diff
==============================================================================
--- erp5/trunk/tests/__init__.py [utf8] (original)
+++ erp5/trunk/tests/__init__.py [utf8] Mon Feb 21 15:07:27 2011
@@ -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')



More information about the Erp5-report mailing list