Ignore:
Timestamp:
Feb 17, 2010 1:38:20 PM (14 years ago)
Author:
mylan
Message:

Refactoring XMLAdapter - override existent ZCatalog XMLAdaptor with *update* attribute for *column* tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.catalogupdater/trunk/quintagroup/catalogupdater/configure.zcml

    r1759 r1760  
    11<configure 
    22    xmlns="http://namespaces.zope.org/zope" 
    3     xmlns:five="http://namespaces.zope.org/five" 
    4     xmlns:genericsetup="http://namespaces.zope.org/genericsetup" 
    53    i18n_domain="quintagroup.catalogupdater"> 
    6  
    7     <include package=".exportimport" /> 
    84 
    95    <utility factory=".utility.CatalogUpdaterUtility" 
    106             name="catalog_updater" /> 
    117 
    12     <!-- Mark ZCatalog class with own interface for correct 
    13          working of GenericSetup import handler --> 
    14  
    15     <class class="Products.ZCatalog.ZCatalog.ZCatalog"> 
    16       <implements interface=".interfaces.IUpdatableCatalog" /> 
    17     </class> 
    18  
    19     <!-- register GenericSetup profile --> 
    20     <genericsetup:registerProfile 
    21       name="default" 
    22       title="quintagroup.catalogupdater" 
    23       directory="profiles/default" 
    24       description="Register Catalog Updater import step handler [quintagroup.catalogupdater]" 
    25       provides="Products.GenericSetup.interfaces.EXTENSION" 
    26       /> 
    27      
    28  
    298</configure>  
Note: See TracChangeset for help on using the changeset viewer.