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

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

Updated quintagroup.camefrominfo package

File size: 431 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="quintagroup.camefrominfo">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="Quintagroup CameFromInfo"
9      directory="profiles/default"
10      description='Quintagroup came from info package.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14</configure>
Note: See TracBrowser for help on using the repository browser.