source: products/quintagroup.catalogupdater/trunk/quintagroup/catalogupdater/configure.zcml @ 1754

Last change on this file since 1754 was 1754, checked in by mylan, 14 years ago

Added utility

File size: 259 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="quintagroup.catalogupdater">
5
6    <utility factory=".utility.CatalogUpdaterUtility"
7             name="catalog_updater" />
8
9</configure>
Note: See TracBrowser for help on using the repository browser.