source: products/quintagroup.camefrominfo/trunk/quintagroup/camefrominfo/configure.zcml @ 1121

Last change on this file since 1121 was 1121, checked in by kroman0, 15 years ago

Updated quintagroup.camefrominfo package

File size: 296 bytes
Line 
1<configure
2  xmlns="http://namespaces.zope.org/zope"
3  i18n_domain="quintagroup.camefrominfo">
4 
5  <include package=".browser" />
6  <include file="profiles.zcml" />
7 
8  <utility
9    provides=".interfaces.ICameFromInfoUtility"
10    factory=".camefromutility.CameFromInfoUtility" />
11
12</configure>
Note: See TracBrowser for help on using the repository browser.