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
RevLine 
[1739]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="quintagroup.catalogupdater">
5
[1754]6    <utility factory=".utility.CatalogUpdaterUtility"
7             name="catalog_updater" />
[1739]8
[1754]9</configure>
Note: See TracBrowser for help on using the repository browser.